-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1003 Bytes
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
{
"name": "simpleexpressmongodb",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"debug": "^2.6.9",
"ejs": "^2.5.7",
"express": "^4.15.5",
"jade": "^1.11.0",
"mongodb": "^2.2.31",
"mongoose": "^4.12.0",
"monk": "^6.0.5",
"morgan": "^1.9.0",
"nexe": "^2.0.0-rc.11",
"serve-favicon": "^2.4.5"
},
"description": "contact express application to managing contact information and sending email",
"repository": {
"type": "git",
"url": "https://github.com/indraone01/SimpleExpressMongoDB.git"
},
"main": "app.js",
"devDependencies": {
"nodemon": "^1.12.1"
},
"keywords": [
"contact",
"express",
"email"
],
"author": "Andri Indrawan",
"license": "ISC"
}