grunt-nsp
Version:
Run Node Security as a grunt task
41 lines (40 loc) • 915 B
JSON
{
"name": "grunt-nsp",
"description": "Run Node Security as a grunt task",
"version": "2.3.1",
"author": "^Lift Security",
"bugs": {
"url": "https://github.com/nodesecurity/grunt-nsp/issues"
},
"dependencies": {
"nsp": "^2.6.0"
},
"devDependencies": {
"eslint": "^2.5.3",
"eslint-config-nodesecurity": "^1.3.1",
"eslint-plugin-hapi": "^1.2.2",
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"shrinkydink": "^1.0.0"
},
"homepage": "https://github.com/nodesecurity/grunt-nsp#readme",
"keywords": [
"grunt",
"grunt",
"gruntplugin",
"nodesecurity",
"nsp",
"security"
],
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nodesecurity/grunt-nsp.git"
},
"scripts": {
"shrinkwrap": "npm shrinkwrap && shrinkydink",
"test": "grunt",
"lint": "eslint ."
}
}