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

Side by Side Diff: package.json

Issue 29373596: Issue 4838 - Use nodeunit framework for integration tests running in browser (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Isolate module scopes to avoid naming conflicts Created Jan. 25, 2017, 9:53 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 "node-qunit-phantomjs": "^1.5.0",
8 "nodeunit": "0.9.1", 7 "nodeunit": "0.9.1",
9 "qunitjs": "^2.1.0", 8 "phantomjs2": "^2.2.0",
Felix Dahlke 2017/01/30 14:37:58 Why not use phantomjs-prebuilt [1], which is what
Wladimir Palant 2017/02/24 09:18:55 This seems to be a misunderstanding - the package
Felix Dahlke 2017/02/24 10:43:39 How I see it, the story was like this: 1. The fol
Wladimir Palant 2017/02/24 10:56:19 Given that last PhantomJS release was in January 2
10 "sandboxed-module": "2.0.3" 9 "sandboxed-module": "2.0.3"
11 }, 10 },
12 "scripts": { 11 "scripts": {
13 "test": "node test_runner.js" 12 "test": "node test_runner.js"
14 } 13 }
15 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld