UNPKG

1.73 kBJSONView Raw
1{
2 "name": "@silvermine/videojs-quality-selector",
3 "version": "1.2.5",
4 "description": "video.js plugin for selecting a video quality or resolution",
5 "main": "src/js/index.js",
6 "scripts": {
7 "prepare": "grunt build",
8 "test": "check-node-version --npm 6.14.12 && nyc mocha -- 'tests/**/*.test.js'",
9 "commitlint": "commitlint --from ad805e8"
10 },
11 "author": "Jeremy Thomerson",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/silvermine/videojs-quality-selector.git"
16 },
17 "keywords": [
18 "video.js",
19 "videojs",
20 "plugin",
21 "resolution",
22 "quality"
23 ],
24 "bugs": {
25 "url": "https://github.com/silvermine/videojs-quality-selector/issues"
26 },
27 "homepage": "https://github.com/silvermine/videojs-quality-selector#readme",
28 "devDependencies": {
29 "@silvermine/eslint-config": "3.0.1",
30 "@silvermine/standardization": "1.1.0",
31 "autoprefixer": "8.6.5",
32 "check-node-version": "4.0.3",
33 "coveralls": "3.0.3",
34 "eslint": "6.8.0",
35 "expect.js": "0.3.1",
36 "grunt": "1.4.0",
37 "grunt-browserify": "5.3.0",
38 "grunt-contrib-clean": "2.0.0",
39 "grunt-contrib-uglify": "4.0.1",
40 "grunt-contrib-watch": "1.1.0",
41 "grunt-eslint": "22.0.0",
42 "grunt-postcss": "0.9.0",
43 "grunt-sass": "3.0.2",
44 "mocha": "8.4.0",
45 "mocha-lcov-reporter": "1.3.0",
46 "node-sass": "6.0.0",
47 "nyc": "15.1.0",
48 "rewire": "4.0.1",
49 "silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
50 "sinon": "7.3.2"
51 },
52 "peerDependencies": {
53 "video.js": ">=6.0.0"
54 },
55 "dependencies": {
56 "class.extend": "0.9.1",
57 "underscore": "1.13.1"
58 }
59}