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 "nodeunit": "0.9.1", | 8 "nodeunit": "0.9.1", |
9 "sandboxed-module": "2.0.3", | 9 "sandboxed-module": "2.0.3", |
10 "unzip": "^0.1.11" | 10 "decompress-zip": "^0.3.0" |
11 }, | 11 }, |
12 "scripts": { | 12 "scripts": { |
13 "test": "node test_runner.js" | 13 "test": "node test_runner.js" |
14 } | 14 } |
15 } | 15 } |
OLD | NEW |