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