nistonomicon
Version:
NIST 800-53 Security Control Assessment Test Suite
35 lines • 1.01 kB
JSON
{
"name": "nistonomicon",
"version": "0.1.3",
"description": "NIST 800-53 Security Control Assessment Test Suite",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js",
"watch": "npm-watch"
},
"repository": {
"type": "git",
"url": "https://github.com/hortinstein/NISTonomicon.git"
},
"keywords": ["NIST", "800-53", "security", "controls", "fedramp"],
"author": "hortinstein",
"license": "ISC",
"bugs": {
"url": "https://github.com/hortinstein/NISTonomicon/issues"
},
"watch": {
"test": ""
},
"homepage": "https://github.com/hortinstein/NISTonomicon",
"dependencies": {
"request": "~2.65.0",
"xml-to-json": "~0.1.1",
"mocha": "~2.3.3",
"jsonfile": "~2.2.3"
},
"devDependencies": {
"npm-watch": "0.0.1",
"should": "~7.1.1",
"nistonomicon-ntp": "git+https://github.com/NISTonomicon/NISTonomicon-inherit-example-ntp.git"
}
}