celeritas
Version:
This is an API service framework which supports API requests over HTTP & WebSockets.
39 lines (38 loc) • 879 B
JSON
{
"name": "celeritas",
"version": "3.5.15",
"description": "This is an API service framework which supports API requests over HTTP & WebSockets.",
"main": "celeritas.js",
"dependencies": {
"bluebird": "^3.5.1",
"enum": "^2.5.0",
"lodash": "^4.17.11",
"mongoose": "^5.0.7",
"redis": "^2.8.0",
"uuid": "^3.1.0",
"validator": "^6.1.0",
"winston": "^2.3.1",
"ws": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/justin_frenzel/celeritas.git"
},
"keywords": [
"API",
"App",
"Express",
"Celeritas",
"Mongoose",
"MongoDB",
"REST",
"RPC"
],
"author": "Justin Frenzel",
"license": "ISC",
"homepage": "https://bitbucket.org/justin_frenzel/celeritas#readme"
}