nsp-api
Version:
Node.js module wrapper for the Node Security Project API
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "nsp-api",
"version": "1.0.3",
"description": "Node.js module wrapper for the Node Security Project API",
"main": "src/index.js",
"scripts": {
"codestyle": "./node_modules/.bin/jscs src/index.js tests/*.js",
"lint": "./node_modules/.bin/jshint .",
"test": "node ./node_modules/.bin/lab -r tap tests/test.js | ./node_modules/.bin/tap-spec",
"test-cov": "node ./node_modules/.bin/lab -t 100 tests/test.js"
},
"precommit": [
"codestyle",
"lint",
"test",
"test-cov"
],
"repository": {
"type": "git",
"url": "git@github.com:nodesecurity/nsp-api.git"
},
"keywords": [
"nsp",
"node",
"security",
"api",
"lib",
"client",
"module",
"wrapper",
"validate",
"shrinkwrap",
"package"
],
"author": "Node Security Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodesecurity/nsp-api/issues"
},
"homepage": "https://github.com/nodesecurity/nsp-api",
"dependencies": {
"request": "^2.42.0"
},
"devDependencies": {
"jscs": "^1.10.0",
"jshint": "^2.5.11",
"lab": "^4.4.4",
"precommit-hook": "^1.0.7",
"tap-spec": "^2.2.0"
}
}