UNPKG

shelloid

Version:

Open source IoT-ready real-time big data web application platform that integrates Node.js and Clojure.

57 lines (55 loc) 1.27 kB
{ "name": "shelloid", "author" : "jayaraj-poroor", "version": "0.5.7-a3", "description": "Open source IoT-ready real-time big data web application platform that integrates Node.js and Clojure.", "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", "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" : "0.0.2", "npm" : "1.4.28", "moment": "2.9.0", "moment-timezone": "0.3.1", "validator": "3.27.0", "generic-pool": "2.1.1", "fs-extra":"0.15.0", "chokidar":"0.12.6", "ws" : "0.7.1", "MD5" : "*", "jsep" : "*", "express-ws": "*" } }