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

Side by Side Diff: package.json

Issue 29342884: Issue 4055 - Test ElemHide.getSelectorsFordomain (Closed)
Patch Set: Created May 22, 2016, 4:41 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/elemHide.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",
kzar 2016/05/22 16:43:40 This stops NPM complaining.
3 "license": "GPL-3.0", 4 "license": "GPL-3.0",
4 "dependencies": {}, 5 "dependencies": {},
5 "devDependencies": { 6 "devDependencies": {
6 "node-babel": "0.1.2", 7 "node-babel": "0.1.2",
7 "nodeunit": "0.9.1" 8 "nodeunit": "0.9.1"
8 }, 9 },
9 "scripts": { 10 "scripts": {
10 "test": "NODE_PATH=lib node --harmony test_wrapper.js" 11 "test": "NODE_PATH=lib:test/stub-modules node --harmony test_wrapper.js"
11 } 12 }
12 } 13 }
OLDNEW
« no previous file with comments | « no previous file | test/elemHide.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld