mongo-web-handler
Version:
This a helper for creating ExpressJS Web Handler for MongoDB querying.
50 lines (39 loc) • 877 B
JSON
{
"name": "mongo-web-handler",
"version": "1.0.3",
"description": "This a helper for creating ExpressJS Web Handler for MongoDB querying. ",
"main": "mongo-web-handler.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/montblanc13/mongo-web-handler.git"
},
"author": "Sébastien LANDEAU",
"keywords": [
"js",
"body-parser",
"config",
"configuration",
"rest",
"ws",
"web-service",
"mongodb",
"handler",
"web",
"Q",
"express"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/montblanc13/mongo-web-handler/issues"
},
"homepage": "https://github.com/montblanc13/mongo-web-handler#readme",
"dependencies": {
"body-parser": "^1.12.4",
"express": "^4.12.4",
"log4js": "^0.6.25",
"mongojs": "^0.18.2",
"q": "^1.4.1"
}
}