|
8 | 8 | "node": ">=4.4.0" |
9 | 9 | }, |
10 | 10 | "generator-videojs-plugin": { |
11 | | - "version": "5.0.0" |
| 11 | + "version": "5.2.1" |
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | 14 | "prebuild": "npm run clean", |
|
27 | 27 | "lint": "vjsstandard", |
28 | 28 | "prestart": "npm run build", |
29 | 29 | "start": "npm-run-all -p start:server watch", |
30 | | - "start:server": "static -a 0.0.0.0 -p 9999 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' .", |
| 30 | + "start:server": "node scripts/server.js", |
31 | 31 | "pretest": "npm-run-all lint build", |
32 | 32 | "test": "karma start test/karma.conf.js", |
33 | 33 | "preversion": "npm test", |
|
37 | 37 | "watch:js-modules": "rollup -c scripts/modules.rollup.config.js -w", |
38 | 38 | "watch:js-umd": "rollup -c scripts/umd.rollup.config.js -w", |
39 | 39 | "watch:test": "rollup -c scripts/test.rollup.config.js -w", |
40 | | - "prepublish": "npm run build", |
41 | | - "prepush": "npm run lint", |
42 | | - "precommit": "npm run docs && git add README.md" |
| 40 | + "prepublish": "not-in-install && npm run build || in-install", |
| 41 | + "prepush": "npm run test", |
| 42 | + "precommit": "npm run docs:toc && git add README.md" |
43 | 43 | }, |
44 | 44 | "keywords": [ |
45 | 45 | "videojs", |
|
64 | 64 | ], |
65 | 65 | "dependencies": { |
66 | 66 | "global": "^4.3.2", |
67 | | - "video.js": "^5.19.2" |
| 67 | + "video.js": "^5.19.2 || ^6.6.0" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | 70 | "babel-plugin-external-helpers": "^6.22.0", |
71 | | - "babel-plugin-transform-object-assign": "^6.8.0", |
72 | | - "babel-preset-es2015": "^6.14.0", |
| 71 | + "babel-plugin-transform-object-assign": "^6.22.0", |
| 72 | + "babel-preset-es2015": "^6.24.1", |
73 | 73 | "babel-preset-es3": "^1.0.1", |
74 | | - "bannerize": "^1.0.2", |
75 | | - "conventional-changelog-cli": "^1.3.1", |
| 74 | + "bannerize": "^1.1.3", |
| 75 | + "conventional-changelog-cli": "^1.3.5", |
76 | 76 | "conventional-changelog-videojs": "^3.0.0", |
77 | 77 | "doctoc": "^1.3.0", |
78 | | - "es5-shim": "^4.5.9", |
| 78 | + "es5-shim": "^4.5.10", |
79 | 79 | "ghooks": "^1.3.2", |
80 | | - "husky": "^0.13.3", |
| 80 | + "husky": "^0.13.4", |
| 81 | + "in-publish": "^2.0.0", |
81 | 82 | "jsdoc": "^3.4.3", |
82 | 83 | "karma": "~1.3.0", |
83 | | - "karma-chrome-launcher": "^2.1.1", |
84 | | - "karma-detect-browsers": "^2.2.5", |
85 | | - "karma-firefox-launcher": "^1.0.1", |
| 84 | + "karma-chrome-launcher": "^2.2.0", |
| 85 | + "karma-detect-browsers": "^2.2.6", |
| 86 | + "karma-firefox-launcher": "^1.1.0", |
86 | 87 | "karma-ie-launcher": "^1.0.0", |
87 | 88 | "karma-qunit": "^1.2.1", |
88 | 89 | "karma-safari-launcher": "^1.0.0", |
89 | 90 | "mkdirp": "^0.5.1", |
90 | | - "node-static": "^0.7.9", |
91 | | - "npm-run-all": "^4.0.2", |
92 | | - "qunitjs": "^1.21.0", |
93 | | - "rimraf": "^2.6.1", |
94 | | - "rollup": "^0.50.0", |
| 91 | + "node-static": "^0.7.10", |
| 92 | + "npm-run-all": "^4.1.2", |
| 93 | + "portscanner": "^2.1.1", |
| 94 | + "qunitjs": "^1.23.1", |
| 95 | + "rimraf": "^2.6.2", |
| 96 | + "rollup": "^0.53.4", |
95 | 97 | "rollup-plugin-babel": "^2.7.1", |
96 | | - "rollup-plugin-commonjs": "^8.0.2", |
97 | | - "rollup-plugin-json": "^2.1.1", |
98 | | - "rollup-plugin-multi-entry": "^2.0.1", |
| 98 | + "rollup-plugin-commonjs": "^8.2.6", |
| 99 | + "rollup-plugin-json": "^2.3.0", |
| 100 | + "rollup-plugin-multi-entry": "^2.0.2", |
99 | 101 | "rollup-plugin-node-resolve": "^3.0.0", |
100 | 102 | "rollup-watch": "^3.2.2", |
101 | | - "semver": "^5.3.0", |
102 | | - "sinon": "^2.2.0", |
103 | | - "uglify-js": "^3.0.7", |
| 103 | + "semver": "^5.4.1", |
| 104 | + "sinon": "^2.4.1", |
| 105 | + "uglify-js": "^3.3.5", |
104 | 106 | "videojs-spellbook": "^2.0.2", |
105 | | - "videojs-standard": "^6.0.0" |
| 107 | + "videojs-standard": "^6.0.1" |
106 | 108 | }, |
107 | 109 | "config": { |
108 | 110 | "ghooks": { |
|
0 commit comments