nsp
Version:
Node Security Project command line tool
58 lines (57 loc) • 1.45 kB
JSON
{
"name": "nsp",
"description": "Node Security Project command line tool",
"version": "1.0.1",
"author": "Node Security Project",
"bin": "bin/nspCLI.js",
"bugs": "https://github.com/nodesecurity/nsp/issues",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"async": "^0.9.0",
"celeri": "^0.3.4",
"chalk": "^0.5.1",
"node-print": "0.0.4",
"npmconf": "^2.0.8",
"nsp-api": "^1.0.0",
"nsp-audit-shrinkwrap": "^1.0.0",
"osenv": "^0.1.0",
"request": "^2.40.0",
"semver": "^3.0.1",
"silent-npm-registry-client": "0.0.1",
"speller": "^1.0.1",
"strscanner": "0.0.8",
"text-table": "^0.2.0"
},
"devDependencies": {
"code": "^1.2.1",
"jscs": "^1.10.0",
"jshint": "^2.5.11",
"lab": "^5.2.0",
"precommit-hook": "^1.0.7",
"rewire": "~2.1.0",
"sinon": "^1.10.3",
"tap-spec": "^2.2.0"
},
"homepage": "https://nodesecurity.io",
"keywords": [
"nsp",
"security",
"node",
"shrinkwrap"
],
"license": "MIT",
"repository": "git@github.com:nodesecurity/nsp.git",
"scripts": {
"codestyle": "./node_modules/.bin/jscs bin/*.js lib/*.js tests/*.js",
"lint": "./node_modules/.bin/jshint .",
"test": "node ./node_modules/.bin/lab tests/test.js -r tap | ./node_modules/.bin/tap-spec",
"test-cov": "node ./node_modules/.bin/lab -t 100 tests/test.js"
},
"precommit": [
"codestyle",
"lint",
"test"
]
}