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 "chromedriver": "2.36.0", | 8 "chromedriver": "2.36.0", |
9 "dmg": "0.1.0", | 9 "dmg": "0.1.0", |
10 "eslint": "^5.1.0", | 10 "eslint": "^5.1.0", |
11 "eslint-config-eyeo": "^2.1.0", | 11 "eslint-config-eyeo": "^2.1.0", |
12 "extract-zip": "1.6.5", | 12 "extract-zip": "1.6.5", |
13 "geckodriver": "^1.9.0", | 13 "geckodriver": "^1.9.0", |
14 "jsdoc": "^3.5.5", | 14 "jsdoc": "^3.5.5", |
15 "memory-fs": "0.4.1", | 15 "memory-fs": "0.4.1", |
16 "ncp": "2.0.0", | 16 "ncp": "2.0.0", |
17 "nodeunit": "0.9.1", | 17 "nodeunit": "0.9.1", |
18 "request": "^2.88.0", | 18 "request": "^2.88.0", |
19 "sandboxed-module": "2.0.3", | 19 "sandboxed-module": "2.0.3", |
20 "script-loader": "0.7.0", | 20 "script-loader": "0.7.0", |
21 "selenium-webdriver": "^4.0.0-alpha", | 21 "selenium-webdriver": "^4.0.0-alpha", |
22 "untar-memory": "^1.2.0", | 22 "untar-memory": "^1.2.0", |
23 "webpack": "3.5.4" | 23 "webpack": "3.5.4" |
24 }, | 24 }, |
25 "scripts": { | 25 "scripts": { |
26 "docs": "jsdoc --configure .jsdoc.conf --destination docs lib", | 26 "docs": "jsdoc --configure .jsdoc.conf --destination docs lib", |
27 "eslint": "eslint *.js lib test build", | 27 "lint": "eslint *.js lib test build", |
28 "test": "node test_runner.js", | 28 "test": "node test_runner.js", |
29 "posttest": "npm run eslint", | 29 "posttest": "npm run lint", |
30 "resources": "node build/make_resource.js", | 30 "resources": "node build/make_resource.js", |
31 "updatepsl": "node build/updatepsl.js", | 31 "updatepsl": "node build/updatepsl.js", |
32 "update-subscriptions": "node build/updateSubscriptions.js" | 32 "update-subscriptions": "node build/updateSubscriptions.js" |
33 } | 33 } |
34 } | 34 } |
OLD | NEW |