|
|
@ -7,14 +7,14 @@ |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"start": "node index.js", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|
"test": "npm run unit", |
|
|
|
|
|
|
|
"unit": "./bin/units", |
|
|
|
|
|
|
|
"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", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|
|
|
|
|
"docs": "./bin/generate-docs", |
|
|
|
"docs": "./bin/generate-docs", |
|
|
|
"lint": "jshint .", |
|
|
|
"lint": "jshint .", |
|
|
|
|
|
|
|
"start": "node index.js", |
|
|
|
|
|
|
|
"test": "npm run unit", |
|
|
|
|
|
|
|
"unit": "./bin/units", |
|
|
|
"validate": "npm ls" |
|
|
|
"validate": "npm ls" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|