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