-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "mongodb_connect",
"version": "1.0.0",
"description": "Connect of mongodb with express ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipepatricio/mongodb-connect.git"
},
"keywords": [
"mongo",
"mongodb",
"restful",
"node",
"express",
"nodemon",
"mongoose"
],
"author": "Felipe Patricio <[email protected]> (https://felipepatricio.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/felipepatricio/mongodb-connect/issues"
},
"homepage": "https://github.com/felipepatricio/mongodb-connect#readme",
"dependencies": {
"express": "^4.16.2",
"mongodb": "^2.2.19",
"mongoose": "^4.13.8",
"node-restful": "^0.2.6",
"nodemon": "^1.14.5",
"pm2": "^2.9.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-transform-object-spread": "^6.22.0"
}
}