UNPKG

400 BJSONView Raw
1{
2 "name": "moncrud-leo",
3 "version": "0.1.2",
4 "description": "MongoDB+Mongoose CRUD handler",
5 "main": "moncrud.js",
6 "author": "Leo <xarizmat@gmail.com>",
7 "dependencies": {
8 "body-parser": "^1.14.1",
9 "body-parser-json": "^1.9.2",
10 "express": "3.4.4",
11 "mongoose": "^4.2.6"
12 },
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "license": "ISC"
17}