UNPKG

shelloid

Version:

Simple and secure Node.js web application server.

51 lines (49 loc) 1.09 kB
{ "name": "shelloid", "author" : "jayaraj-poroor", "version": "0.1.0-a19", "description": "Simple and secure Node.js web application server.", "main": "src/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/shelloid/shelloid.git" }, "keywords": [ "application", "server", "security", "web", "service", "OWASP" ], "author": "Jayaraj Poroor", "license": "LGPL 3.0", "bugs": { "url": "https://github.com/shelloid/shelloid/issues" }, "homepage": "http://shelloid.org", "preferGlobal": "true", "bin": { "shelloid" : "src/main.js" }, "dependencies": { "express": "^3.0.0", "winston": "0.8.3", "multer" : "0.1.6", "nedb" : "1.1.1", "body-parser" : "1.10.1", "cookie-parser": "1.3.3", "express-session": "1.10.0", "lusca" : "1.0.2", "passport" : "0.2.1", "shelloid-sessionstore" : "*", "shelloid-consolidate" : "*", "npm" : "1.4.28", "moment": "2.9.0", "validator": "3.27.0", "generic-pool": "2.1.1" } }