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

Side by Side Diff: package.json

Issue 29890593: Noissue - Enable test runner to run on Windows and add documentation (Closed)
Patch Set: Created Sept. 24, 2018, 2:45 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 | « README.md ('k') | test/all.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": "adblockpluschrome", 2 "name": "adblockpluschrome",
3 "repository": "https://hg.adblockplus.org/adblockpluschrome", 3 "repository": "https://hg.adblockplus.org/adblockpluschrome",
4 "license": "GPL-3.0", 4 "license": "GPL-3.0",
5 "dependencies": {}, 5 "dependencies": {},
6 "devDependencies": { 6 "devDependencies": {
7 "//": [ 7 "//": [
8 "'dmg', 'extract-zip' and 'ncp' are needed by `download_*.js` modules", 8 "'dmg', 'extract-zip' and 'ncp' are needed by `download_*.js` modules",
9 "in adblockpluscore/test/.", 9 "in adblockpluscore/test/.",
10 "The chromedriver version was pinned to that exact version, due to", 10 "The chromedriver version was pinned to that exact version, due to",
11 "incompatibilities with the configured chromium version and newer", 11 "incompatibilities with the configured chromium version and newer",
12 "drivers." 12 "drivers."
13 ], 13 ],
14 "chromedriver": "2.36.0", 14 "chromedriver": "2.36.0",
15 "dmg": "^0.1.0", 15 "dmg": "^0.1.0",
16 "eslint": "^5.1.0", 16 "eslint": "^5.1.0",
17 "eslint-config-eyeo": "^2.1.0", 17 "eslint-config-eyeo": "^2.1.0",
18 "extract-zip": "^1.6.5", 18 "extract-zip": "^1.6.5",
19 "geckodriver": "^1.9.0", 19 "geckodriver": "^1.9.0",
20 "jimp": "^0.3.11", 20 "jimp": "^0.3.11",
21 "ncp": "^2.0.0", 21 "ncp": "^2.0.0",
22 "mocha": "^5.2.0", 22 "mocha": "^5.2.0",
23 "selenium-webdriver": "^3.6.0" 23 "selenium-webdriver": "^3.6.0"
24 }, 24 },
25 "scripts": { 25 "scripts": {
26 "pretest": "python ensure_dependencies.py", 26 "pretest": "bash -c 'python ensure_dependencies.py'",
27 "lint": "eslint *.js lib/ qunit/ ext/ test/", 27 "lint": "eslint *.js lib/ qunit/ ext/ test/",
28 "test-only": "mocha", 28 "test-only": "mocha",
29 "test": "npm run test-only", 29 "test": "npm run test-only --",
Sebastian Noack 2018/09/24 14:49:51 This is unrelated to Windows support, but necessar
30 "posttest": "npm run lint" 30 "posttest": "npm run lint"
31 } 31 }
32 } 32 }
OLDNEW
« no previous file with comments | « README.md ('k') | test/all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld