mirror of
https://gitea.invidious.io/iv-org/videojs-quality-selector.git
synced 2024-08-15 00:43:13 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@silvermine/videojs-quality-selector",
|
|
"version": "1.2.5",
|
|
"description": "video.js plugin for selecting a video quality or resolution",
|
|
"main": "src/js/index.js",
|
|
"scripts": {
|
|
"prepare": "grunt build",
|
|
"test": "check-node-version --npm 6.14.12 && nyc mocha -- 'tests/**/*.test.js'",
|
|
"commitlint": "commitlint --from ad805e8"
|
|
},
|
|
"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": {
|
|
"@silvermine/eslint-config": "3.0.1",
|
|
"@silvermine/standardization": "1.2.0",
|
|
"autoprefixer": "8.6.5",
|
|
"check-node-version": "4.0.3",
|
|
"coveralls": "3.0.3",
|
|
"eslint": "6.8.0",
|
|
"expect.js": "0.3.1",
|
|
"grunt": "1.4.0",
|
|
"grunt-browserify": "5.3.0",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-uglify": "4.0.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-postcss": "0.9.0",
|
|
"grunt-sass": "3.0.2",
|
|
"mocha": "8.4.0",
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
"node-sass": "6.0.0",
|
|
"nyc": "15.1.0",
|
|
"rewire": "4.0.1",
|
|
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
|
|
"sinon": "7.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": ">=6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"class.extend": "0.9.1",
|
|
"underscore": "1.13.1"
|
|
}
|
|
}
|