LEFT | RIGHT |
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-qunit-phantomjs": "^1.5.0", | 7 "node-qunit-phantomjs": "^1.5.0", |
8 "nodeunit": "0.9.1", | 8 "nodeunit": "0.9.1", |
9 "qunitjs": "^2.1.0", | 9 "qunitjs": "^2.1.0", |
10 "sandboxed-module": "2.0.3" | 10 "sandboxed-module": "2.0.3" |
11 }, | 11 }, |
12 "scripts": { | 12 "scripts": { |
13 "test": "npm run test-node; npm run test-browser", | 13 "test": "node test_runner.js" |
14 "test-node": "node test_runner.js", | |
15 "test-browser": "node_modules/node-qunit-phantomjs/bin/node-qunit-phantomjs
test/browser/index.html" | |
16 } | 14 } |
17 } | 15 } |
LEFT | RIGHT |