-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 943 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": "web-app1",
"version": "0.0.0",
"description": "WebApp1",
"main": "server.js",
"author": "",
"scripts": {
"start": "node server.js"
},
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"dateformat": "^5.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"node-schedule": "^2.1.0",
"node-schedule-tz": "^1.2.1-4",
"nodemailer": "^6.7.2",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"repository": {
"type": "git",
"url": "git://github.com/MinYeongPark/Sunshine.git"
},
"bugs": {
"url": "https://github.com/MinYeongPark/Sunshine/issues"
},
"homepage": "https://github.com/MinYeongPark/Sunshine#readme"
}