-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node ./seed/index.js",
"start": "./node_modules/nodemon/bin/nodemon.js server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngovanhuong94/simple-web-on-nodejs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ngovanhuong94/simple-web-on-nodejs/issues"
},
"homepage": "https://github.com/ngovanhuong94/simple-web-on-nodejs#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.0",
"connect-multiparty": "^2.1.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"mongoose": "^4.13.6",
"multer": "^1.3.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.12.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}