-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "group2webapp",
"version": "1.0.0",
"description": "Group 2 Nodejs Application\r ## Members\r Tran Quang Binh<br>\r Nguyen Van Duc<br>\r Nguyen Quang Anh<br>\r Phan Bao Hoang ngu vl123<br>",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bakaemon/Group2WebApp.git"
},
"author": "Binh",
"license": "ISC",
"bugs": {
"url": "https://github.com/bakaemon/Group2WebApp/issues"
},
"homepage": "https://github.com/bakaemon/Group2WebApp#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.1",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"faker": "^5.5.3",
"glob": "^7.1.7",
"handlebars": "^4.7.7",
"hbs": "^4.1.2",
"mongoose": "^5.12.11",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"public-ip": "^4.0.4"
},
"devDependencies": {},
"keywords": []
}