UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@silvermine/videojs-quality-selector",
3 "version": "1.2.4",
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": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'"
9 },
10 "author": "Jeremy Thomerson",
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/silvermine/videojs-quality-selector.git"
15 },
16 "keywords": [
17 "video.js",
18 "videojs",
19 "plugin",
20 "resolution",
21 "quality"
22 ],
23 "bugs": {
24 "url": "https://github.com/silvermine/videojs-quality-selector/issues"
25 },
26 "homepage": "https://github.com/silvermine/videojs-quality-selector#readme",
27 "devDependencies": {
28 "@silvermine/eslint-config": "2.2.1",
29 "@silvermine/sass-lint-config": "1.1.0",
30 "autoprefixer": "9.5.1",
31 "coveralls": "3.0.3",
32 "eslint": "5.16.0",
33 "expect.js": "0.3.1",
34 "grunt": "1.0.4",
35 "grunt-browserify": "5.3.0",
36 "grunt-contrib-clean": "2.0.0",
37 "grunt-contrib-uglify": "4.0.1",
38 "grunt-contrib-watch": "1.1.0",
39 "grunt-eslint": "21.0.0",
40 "grunt-postcss": "0.9.0",
41 "grunt-sass": "3.0.2",
42 "grunt-sass-lint": "0.2.4",
43 "istanbul": "0.4.5",
44 "mocha": "6.1.4",
45 "mocha-lcov-reporter": "1.3.0",
46 "node-sass": "4.12.0",
47 "rewire": "4.0.1",
48 "silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414",
49 "sinon": "7.3.2"
50 },
51 "peerDependencies": {
52 "video.js": ">=6.0.0"
53 },
54 "dependencies": {
55 "class.extend": "0.9.1",
56 "underscore": "1.9.1"
57 }
58}