dependjs
Version:
The OWASP-compliant Node.JS application server that makes application security painless.
37 lines (35 loc) • 792 B
JSON
{
"name": "dependjs",
"version": "0.0.8-alpha",
"description": "The OWASP-compliant Node.JS application server that makes application security painless.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jayaraj-poroor/dependjs.git"
},
"keywords": [
"application",
"server",
"security",
"web",
"service",
"OWASP"
],
"author": "Jayaraj Poroor",
"license": "LGPL 3.0",
"bugs": {
"url": "https://github.com/jayaraj-poroor/dependjs/issues"
},
"homepage": "http://dependjs.org",
"preferGlobal": "true",
"bin": {
"dependjs" : "src/main.js"
},
"dependencies": {
"express": "^3.0.0",
"winston": "*"
}
}