-
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) · 850 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 850 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
{
"name": "public-html",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"bootstrap": "^5.2.0",
"config-yml": "^0.10.3",
"cookie-parser": "~1.4.4",
"db-migrate": "^0.11.13",
"db-migrate-base": "^2.3.1",
"db-migrate-mysql": "^2.2.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql-migrations": "^1.0.7",
"popups": "^1.1.3",
"yaml": "^2.1.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}