Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: package.json

Issue 29423569: Issue 4796 - Use a modern JS engine in the browser tests and convert all files to ECMAScript 6 (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created April 27, 2017, 11:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld