UNPKG

scalra

Version:

node.js framework to prototype and scale rapidly

73 lines (72 loc) 1.78 kB
{ "name": "scalra", "version": "2.1.2", "description": "node.js framework to prototype and scale rapidly", "main": "index.js", "scripts": { "test": "node test/*.js", "lint": "eslint ./core --fix", "start": "node monitor/frontier.js monitor/settings.js", "postinstall": "node scripts/postinstall.js" }, "repository": { "type": "git", "url": "https://github.com/imonology/scalra.git" }, "keywords": [ "prototyping", "prototype", "server", "scaling", "scalability", "API" ], "author": "Imonology Inc. (dev@imonology.com)", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/imonology/scalra/issues" }, "homepage": "https://github.com/imonology/scalra", "dependencies": { "@sendgrid/mail": "^6.5.5", "ansi_up": "1.3.0", "anyroute": "1.0.3", "async": "2.0.0-rc.5", "axios": "^0.19.2", "bluebird": "3.4.0", "bootstrap": "3.4.1", "cookie": "0.2.4", "cookie-parser": "1.4.3", "ejs": "2.5.5", "ejs-locals": "^1.0.2", "ejs-mate": "2.3.0", "emailjs": "^2.2.0", "expect": "1.20.1", "express": "^4.17.1", "formidable": "1.1.1", "fs-extra": "0.8.1", "gmail-sender-oauth": "1.0.5", "http-proxy": "1.18.1", "humanize": "0.0.9", "memcached": "2.2.2", "merge": "^1.2.1", "minimist": "1.2.3", "mocha": "^5.2.0", "moment": "^2.24.0", "mongodb": "2.2.31", "mysql": "^2.18.1", "node-df": "0.1.1", "node-upload-progress": "0.0.1", "orm": "^5.0.5", "os-utils": "0.0.14", "parse-filepath": "1.0.1", "pm2": "^2.8.0", "socket.io": "^2.3.0", "sockjs": "0.3.18", "sockjs-client": "1.1.1", "swagger-ui": "^3.25.0" }, "devDependencies": { "eslint": "^5.16.0" } }