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

Side by Side Diff: package.json

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

Powered by Google App Engine
This is Rietveld