forked from bruceragon/crud-mongoose-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (32 loc) · 813 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": "crud-mongoose-express",
"version": "1.1.4",
"description": "CRUD routes generator for Express/Mongoose application",
"main": "BasicCrud.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"mongoose": "^5.1.3",
"lodash.isequal": "^4.5.0",
"lodash.differencewith": "^4.5.0",
"lodash.unionwith": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruceragon/crud-mongoose-express.git"
},
"keywords": [
"crud",
"mongoose",
"express",
"router",
"routes"
],
"author": "Bruce Ragon",
"license": "MIT",
"bugs": {
"url": "https://github.com/bruceragon/crud-mongoose-express/issues"
},
"homepage": "https://github.com/bruceragon/crud-mongoose-express#readme"
}