UNPKG

mongodb-simple-rest

Version:
32 lines (31 loc) 781 B
{ "name": "mongodb-simple-rest", "version": "0.0.14", "description": "A simple (to use) REST API for MongoDB", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ashleydavis/mongodb-simple-rest.git" }, "keywords": [ "REST", "MONGODB", "routey" ], "author": "Ashley Davis", "license": "MIT licence", "bugs": { "url": "https://github.com/ashleydavis/mongodb-simple-rest/issues" }, "homepage": "https://github.com/ashleydavis/mongodb-simple-rest", "dependencies": { "routey": "0.0.6", "express": "^4.1.1", "mongodb": "^1.4.3", "args": "0.0.3", "body-parser": "^1.0.2", "morgan": "^1.0.1" } }