|
|
@ -7,7 +7,7 @@ |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"docs": "./bin/generate-docs", |
|
|
|
"docs": "./bin/generate-docs", |
|
|
|