| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 { | 1 { |
| 2 "name": "adblockpluscore", | 2 "name": "adblockpluscore", |
| 3 "license": "GPL-3.0", | 3 "license": "GPL-3.0", |
| 4 "dependencies": {}, | 4 "dependencies": {}, |
| 5 "devDependencies": { | 5 "devDependencies": { |
| 6 "node-babel": "0.1.2", | 6 "node-babel": "0.1.2", |
| 7 "nodeunit": "0.9.1" | 7 "nodeunit": "0.9.1" |
| 8 }, | 8 }, |
| 9 "scripts": { | 9 "scripts": { |
| 10 "test": "node test_wrapper.js" | 10 "test": "NODE_PATH=lib node --harmony test_wrapper.js" |
| 11 } | 11 } |
| 12 } | 12 } |
| LEFT | RIGHT |