forked from LeeJeongYeop/nayak-express-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 879 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
{
"name": "nayak-express-skeleton",
"version": "1.0.0",
"description": "prod by nayak",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeJeongYeop/nayak-express-skeleton.git"
},
"author": "nayak",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeeJeongYeop/nayak-express-skeleton/issues"
},
"homepage": "https://github.com/LeeJeongYeop/nayak-express-skeleton#readme",
"dependencies": {
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~4.0.1",
"express": "~4.16.3",
"express-validation": "^1.0.2",
"joi": "^13.6.0",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"morgan": "~1.9.1",
"mysql": "^2.16.0",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.3.3"
}
}