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

Delta Between Two Patch Sets: package.json

Issue 29720661: Issue 6391 - Allow running the browser unit tests with Firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Left Patch Set: Move the _process.js files. Remove the need for index.html Created March 14, 2018, 1:42 p.m.
Right Patch Set: Update Firefox version in README Created Aug. 3, 2018, 4:15 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « README.md ('k') | test/runners/.eslintrc.json » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 "chrome-remote-interface": "^0.20.0",
8 "chromedriver": "2.36.0",
9 "dmg": "0.1.0",
8 "eslint": "^3.19.0", 10 "eslint": "^3.19.0",
9 "eslint-config-eyeo": "1.0.4", 11 "eslint-config-eyeo": "1.0.4",
10 "extract-zip": "1.6.5", 12 "extract-zip": "1.6.5",
11 "geckodriver": "^1.9.0", 13 "geckodriver": "^1.9.0",
12 "memory-fs": "0.4.1", 14 "memory-fs": "0.4.1",
15 "ncp": "2.0.0",
13 "nodeunit": "0.9.1", 16 "nodeunit": "0.9.1",
14 "sandboxed-module": "2.0.3", 17 "sandboxed-module": "2.0.3",
15 "script-loader": "0.7.0", 18 "script-loader": "0.7.0",
16 "selenium-webdriver": "^3.6.0", 19 "selenium-webdriver": "^3.6.0",
17 "webpack": "3.5.4" 20 "webpack": "3.5.4"
18 }, 21 },
19 "scripts": { 22 "scripts": {
20 "eslint": "eslint *.js lib test chrome", 23 "eslint": "eslint *.js lib test chrome",
21 "test": "node test_runner.js", 24 "test": "node test_runner.js",
22 "posttest": "npm run eslint" 25 "posttest": "npm run eslint"
23 } 26 }
24 } 27 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld