backend-js
Version:
Backend-js is a layer built above expressjs to enable behaviours framework for nodejs applications.
54 lines (53 loc) • 1.57 kB
JSON
{
"name": "backend-js",
"version": "1.5.5",
"description": "Backend-js is a layer built above expressjs to enable behaviours framework for nodejs applications.",
"main": "index.js",
"scripts": {
"test": "test"
},
"dependencies": {
"behaviours-js": "latest",
"body-parser": "latest",
"bunyan": "latest",
"converter": "git+https://github.com/QuaNode/converter.git",
"cors": "latest",
"cron-parser": "^4.9.0",
"debug": "latest",
"define-js": "latest",
"express": "^4.21.2",
"express-paginate": "latest",
"express-rate-limit": "latest",
"express-session": "latest",
"express-unless": "latest",
"http-status-codes": "git+https://github.com/QuaNode/node-http-status.git",
"js-behaviours": "^1.3.1",
"memorystore": "latest",
"morgan": "latest",
"parseparams": "latest",
"route-parser": "latest",
"socket.io": "latest",
"vhost": "latest",
"dotenv": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quaNode/backend-js.git"
},
"keywords": [
"backend",
"js",
"javascript",
"behaviour",
"design",
"map",
"queue",
"beam"
],
"author": "Ahmed Ragab <ahmed.ragab@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quaNode/backend-js/issues"
},
"homepage": "https://github.com/quaNode/backend-js#readme"
}