-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 844 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-myconnection": "^1.0.4",
"express-session": "^1.17.0",
"http-errors": "^1.7.3",
"joi": "^14.3.1",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"mysql": "^2.17.1",
"pug": "^2.0.4",
"uuid": "^3.3.3"
},
"devDependencies": {
"nodemon": "^2.0.1"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hwupathum/db-project-cse.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hwupathum/db-project-cse/issues"
},
"homepage": "https://github.com/hwupathum/db-project-cse#readme",
"description": ""
}