OLD | NEW |
1 { | 1 { |
2 "name": "adblockpluscore", | 2 "name": "adblockpluscore", |
3 "repository": "https://hg.adblockplus.org/adblockpluscore", | 3 "repository": "https://hg.adblockplus.org/adblockpluscore", |
4 "license": "GPL-3.0", | 4 "license": "GPL-3.0", |
5 "dependencies": {}, | 5 "dependencies": {}, |
6 "devDependencies": { | 6 "devDependencies": { |
7 "chrome-remote-interface": "^0.20.0", | 7 "chrome-remote-interface": "^0.20.0", |
8 "eslint": "^3.19.0", | 8 "eslint": "^3.19.0", |
9 "eslint-config-eyeo": "1.0.4", | 9 "eslint-config-eyeo": "1.0.4", |
| 10 "extract-zip": "1.6.5", |
10 "nodeunit": "0.9.1", | 11 "nodeunit": "0.9.1", |
11 "sandboxed-module": "2.0.3", | 12 "sandboxed-module": "2.0.3", |
12 "extract-zip": "1.6.5" | 13 "script-loader": "0.7.0", |
| 14 "webpack": "3.5.4" |
13 }, | 15 }, |
14 "scripts": { | 16 "scripts": { |
15 "eslint": "eslint *.js lib test chrome", | 17 "eslint": "eslint *.js lib test chrome", |
16 "test": "node test_runner.js", | 18 "test": "node test_runner.js", |
17 "posttest": "npm run eslint" | 19 "posttest": "npm run eslint" |
18 } | 20 } |
19 } | 21 } |
OLD | NEW |