mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-04-19 23:26:00 -04:00

Note: the original v1.0.2 tag somehow was deleted without being pushed. We can not find why or how that happened, so this is being recreated by re-tagging the same commit that was originally tagged as v1.0.2. We will not re-publish the npm v1.0.2 package because they would be equivalent. The version bump commit for this v1.0.2 tag will not appear in the origin/master history because origin/master has already had other commits (what will become v1.0.3) added to it after the commit that formed the base of v1.0.2 (25c33b0ac1e67d1fcf8117850774f4ffa58e0844). All that is lost on master is the version bump commit itself, which will be represented by the tag for v1.0.2, so it will not be lost entirely, it will just not be present on origin/master.
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "silvermine-videojs-quality-selector",
|
|
"version": "1.0.2",
|
|
"description": "video.js plugin for selecting a video quality or resolution",
|
|
"main": "src/js/index.js",
|
|
"scripts": {
|
|
"prepublish": "grunt build",
|
|
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'"
|
|
},
|
|
"author": "Jeremy Thomerson",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/silvermine/videojs-quality-selector.git"
|
|
},
|
|
"keywords": [
|
|
"video.js",
|
|
"videojs",
|
|
"plugin",
|
|
"resolution",
|
|
"quality"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/silvermine/videojs-quality-selector/issues"
|
|
},
|
|
"homepage": "https://github.com/silvermine/videojs-quality-selector#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "7.1.1",
|
|
"class.extend": "0.9.2",
|
|
"coveralls": "2.13.1",
|
|
"eslint": "4.0.0",
|
|
"eslint-config-silvermine": "1.3.0",
|
|
"expect.js": "0.3.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-browserify": "5.0.0",
|
|
"grunt-contrib-uglify": "3.0.1",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-postcss": "0.8.0",
|
|
"grunt-sass": "2.0.0",
|
|
"grunt-sass-lint": "0.2.2",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "3.4.2",
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
"rewire": "2.5.2",
|
|
"sass-lint-config-silvermine": "1.0.1",
|
|
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
|
|
"sinon": "2.3.5",
|
|
"underscore": "1.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "6.x"
|
|
}
|
|
}
|