|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
"scripts": { |
|
|
|
|
"start": "node index.js", |
|
|
|
|
"test": "npm run unit", |
|
|
|
|
"unit": "node test/unit/run.js | tap-spec", |
|
|
|
|
"unit": "node test/unit/run.js | tap-dot", |
|
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
"nsp": "^0.3.0", |
|
|
|
|
"precommit-hook": "^1.0.7", |
|
|
|
|
"proxyquire": "^1.4.0", |
|
|
|
|
"tap-spec": "^0.2.0", |
|
|
|
|
"tap-dot": "^1.0.0", |
|
|
|
|
"tape": "^2.13.4" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|