2017-06-20 20:43:49 -04:00
|
|
|
{
|
2018-12-21 14:58:12 -05:00
|
|
|
"name": "@silvermine/videojs-quality-selector",
|
2019-06-13 15:08:31 -04:00
|
|
|
"version": "1.2.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": {
|
2019-05-31 13:12:16 -04:00
|
|
|
"prepare": "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": {
|
2019-05-31 13:12:16 -04:00
|
|
|
"@silvermine/eslint-config": "2.2.1",
|
2018-12-21 15:04:33 -05:00
|
|
|
"@silvermine/sass-lint-config": "1.1.0",
|
2019-05-31 13:12:16 -04:00
|
|
|
"autoprefixer": "9.5.1",
|
|
|
|
"coveralls": "3.0.3",
|
|
|
|
"eslint": "5.16.0",
|
2017-06-20 20:43:49 -04:00
|
|
|
"expect.js": "0.3.1",
|
2019-05-31 13:12:16 -04:00
|
|
|
"grunt": "1.0.4",
|
2018-12-21 15:02:58 -05:00
|
|
|
"grunt-browserify": "5.3.0",
|
2019-06-10 10:42:24 -04:00
|
|
|
"grunt-contrib-clean": "2.0.0",
|
2019-05-31 13:12:16 -04:00
|
|
|
"grunt-contrib-uglify": "4.0.1",
|
2018-12-21 15:02:58 -05:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2019-05-31 13:12:16 -04:00
|
|
|
"grunt-eslint": "21.0.0",
|
|
|
|
"grunt-postcss": "0.9.0",
|
|
|
|
"grunt-sass": "3.0.2",
|
|
|
|
"grunt-sass-lint": "0.2.4",
|
2017-06-20 20:43:49 -04:00
|
|
|
"istanbul": "0.4.5",
|
2019-05-31 13:12:16 -04:00
|
|
|
"mocha": "6.1.4",
|
2017-06-20 20:43:49 -04:00
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2019-06-10 10:42:24 -04:00
|
|
|
"node-sass": "4.12.0",
|
2019-05-31 13:12:16 -04:00
|
|
|
"rewire": "4.0.1",
|
2017-06-22 09:34:19 -04:00
|
|
|
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
|
2019-05-31 13:12:16 -04:00
|
|
|
"sinon": "7.3.2"
|
2017-08-04 14:53:09 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-05-31 13:12:16 -04:00
|
|
|
"video.js": ">=6.0.0"
|
2017-12-01 20:31:11 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-08 15:07:32 -05:00
|
|
|
"class.extend": "0.9.2",
|
2019-05-31 13:12:16 -04:00
|
|
|
"underscore": "1.9.1"
|
2017-06-20 20:43:49 -04:00
|
|
|
}
|
|
|
|
}
|