| Left: | ||
| Right: |
| 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 "node-babel": "0.1.2", | 7 "sandboxed-module": "2.0.3", |
| 8 "nodeunit": "0.9.1" | 8 "nodeunit": "0.9.1" |
| 9 }, | 9 }, |
| 10 "scripts": { | 10 "scripts": { |
| 11 "test": "NODE_PATH=lib:test/stub-modules node --harmony test_wrapper.js" | 11 "test": "nodejs test_runner.js" |
| 12 } | 12 } |
| 13 } | 13 } |
| OLD | NEW |