2017-06-20 20:43:49 -04:00
|
|
|
{
|
2018-12-21 14:58:12 -05:00
|
|
|
"name": "@silvermine/videojs-quality-selector",
|
2018-01-09 19:55:37 -05:00
|
|
|
"version": "1.1.2",
|
2017-06-20 20:43:49 -04:00
|
|
|
"description": "video.js plugin for selecting a video quality or resolution",
|
2017-06-22 09:34:19 -04:00
|
|
|
"main": "src/js/index.js",
|
2017-06-20 20:43:49 -04:00
|
|
|
"scripts": {
|
2017-06-22 09:34:19 -04:00
|
|
|
"prepublish": "grunt build",
|
2017-06-20 20:43:49 -04:00
|
|
|
"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": {
|
2017-06-22 09:34:19 -04:00
|
|
|
"autoprefixer": "7.1.1",
|
2017-06-20 20:43:49 -04:00
|
|
|
"coveralls": "2.13.1",
|
|
|
|
"eslint": "4.0.0",
|
|
|
|
"eslint-config-silvermine": "1.3.0",
|
|
|
|
"expect.js": "0.3.1",
|
|
|
|
"grunt": "1.0.1",
|
2017-06-22 09:34:19 -04:00
|
|
|
"grunt-browserify": "5.0.0",
|
|
|
|
"grunt-contrib-uglify": "3.0.1",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2017-06-20 20:43:49 -04:00
|
|
|
"grunt-eslint": "20.0.0",
|
2017-06-22 09:34:19 -04:00
|
|
|
"grunt-postcss": "0.8.0",
|
|
|
|
"grunt-sass": "2.0.0",
|
|
|
|
"grunt-sass-lint": "0.2.2",
|
2017-06-20 20:43:49 -04:00
|
|
|
"istanbul": "0.4.5",
|
|
|
|
"mocha": "3.4.2",
|
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
|
|
"rewire": "2.5.2",
|
2017-06-22 09:34:19 -04:00
|
|
|
"sass-lint-config-silvermine": "1.0.1",
|
|
|
|
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
|
2017-12-01 20:31:11 -05:00
|
|
|
"sinon": "2.3.5"
|
2017-08-04 14:53:09 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"video.js": "6.x"
|
2017-12-01 20:31:11 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-08 15:07:32 -05:00
|
|
|
"class.extend": "0.9.2",
|
2017-12-01 20:31:11 -05:00
|
|
|
"underscore": "1.8.3"
|
2017-06-20 20:43:49 -04:00
|
|
|
}
|
|
|
|
}
|