|
|
|
@ -8,9 +8,10 @@
|
|
|
|
|
"main": "index.js", |
|
|
|
|
"scripts": { |
|
|
|
|
"start": "node index.js", |
|
|
|
|
"test": "npm run unit", |
|
|
|
|
"test": "npm run unit && npm run coverage", |
|
|
|
|
"unit": "node test/unit/run.js | tap-spec", |
|
|
|
|
"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;", |
|
|
|
|
"docs": "rm -r docs; cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs" |
|
|
|
|
}, |
|
|
|
@ -44,6 +45,7 @@
|
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"ciao": "^0.3.4", |
|
|
|
|
"istanbul": "^0.3.13", |
|
|
|
|
"jshint": "^2.5.6", |
|
|
|
|
"nsp": "^0.3.0", |
|
|
|
|
"precommit-hook": "^1.0.7", |
|
|
|
|