-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@voluntarily/mongoose-crudify",
"version": "1.0.1",
"description": "Voluntarily fork of ryo718/mongoose-crudify which disappeared. This package allows rapid boilerplate generation of CRUD API for mongoose entities",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"test": "PORT=3000 ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/voluntarily/mongoose-crudify.git"
},
"author": "Andrew Watkins <[email protected]> (http://voluntarily.nz)",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"body-parser": "^1.17.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"debug": "^2.6.8",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"mocha": "^3.4.2",
"mongoose": "^4.11.0",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"standard": "^8.6.0"
}
}