-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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
33
34
35
36
37
38
39
{
"name": "webit",
"version": "1.0.0",
"description": "nyoba project",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha test/**/*.js --exit"
},
"author": "indoDevs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.4.0",
"moment": "^2.25.1",
"moment-timezone": "^0.5.28",
"mongoose": "^5.9.9",
"node": "^14.0.0",
"nodemailer": "^6.4.6",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^2.0.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wintan123/INFO30005_2020_ASS.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/wintan123/INFO30005_2020_ASS/issues"
},
"homepage": "https://github.com/wintan123/INFO30005_2020_ASS#readme"
}