videojs-quality-selector/package.json

65 lines
2.2 KiB
JSON
Raw Normal View History

2017-06-21 00:43:49 +00:00
{
"name": "@silvermine/videojs-quality-selector",
2021-05-14 02:31:32 +00:00
"version": "1.2.5",
2017-06-21 00:43:49 +00:00
"description": "video.js plugin for selecting a video quality or resolution",
2017-06-22 13:34:19 +00:00
"main": "src/js/index.js",
2017-06-21 00:43:49 +00:00
"scripts": {
"prepare": "grunt build",
"test": "check-node-version --npm 8.5.5 && nyc mocha -- 'tests/**/*.test.js'",
"commitlint": "commitlint --from ad805e8",
"markdownlint": "markdownlint -c .markdownlint.json -i CHANGELOG.md '{,!(node_modules)/**/}*.md'",
"eslint": "eslint '{,!(node_modules|dist)/**/}*.js'",
"stylelint": "stylelint './src/scss/**/*.scss'",
"standards": "npm run markdownlint && npm run stylelint && npm run eslint",
"release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview",
"release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog",
"release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize"
2017-06-21 00:43:49 +00:00
},
"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": {
2021-05-11 20:09:24 +00:00
"@silvermine/eslint-config": "3.0.1",
"@silvermine/standardization": "2.0.0",
"autoprefixer": "8.6.5",
"coveralls": "3.0.3",
2021-05-11 20:06:16 +00:00
"eslint": "6.8.0",
2017-06-21 00:43:49 +00:00
"expect.js": "0.3.1",
"grunt": "1.4.0",
2018-12-21 20:02:58 +00:00
"grunt-browserify": "5.3.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-uglify": "4.0.1",
2018-12-21 20:02:58 +00:00
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"mocha": "8.4.0",
2017-06-21 00:43:49 +00:00
"mocha-lcov-reporter": "1.3.0",
2021-05-11 21:00:03 +00:00
"nyc": "15.1.0",
"rewire": "4.0.1",
2022-02-15 21:50:20 +00:00
"sass": "1.49.7",
2017-06-22 13:34:19 +00:00
"silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
"sinon": "7.3.2"
2017-08-04 18:53:09 +00:00
},
"peerDependencies": {
"video.js": ">=6.0.0"
},
"dependencies": {
"class.extend": "0.9.1",
"underscore": "1.13.1"
2017-06-21 00:43:49 +00:00
}
}