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

Side by Side Diff: package.json

Issue 29367181: Issue 4726 - Add tests for the element hiding emulation content script (Closed) Base URL: https://bitbucket.org/fhd/adblockpluscore
Patch Set: Created Dec. 11, 2016, 12:12 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
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 "sandboxed-module": "2.0.3", 7 "node-qunit-phantomjs": "^1.5.0",
8 "nodeunit": "0.9.1" 8 "nodeunit": "0.9.1",
9 "qunitjs": "^2.1.0",
10 "sandboxed-module": "2.0.3"
9 }, 11 },
10 "scripts": { 12 "scripts": {
11 "test": "node test_runner.js" 13 "test": "npm run test-node; npm run test-browser",
14 "test-node": "node test_runner.js",
15 "test-browser": "node_modules/node-qunit-phantomjs/bin/node-qunit-phantomjs test/browser/index.html"
12 } 16 }
13 } 17 }
OLDNEW
« no previous file with comments | « README.md ('k') | test/browser/elemHideEmulation.js » ('j') | test/browser/elemHideEmulation.js » ('J')

Powered by Google App Engine
This is Rietveld