-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 901 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
40
41
42
{
"name": "kb-today",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.351.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "^2.6.9",
"express": "^4.16.4",
"fcm-node": "^1.3.0",
"helmet": "^3.15.0",
"http-errors": "^1.6.3",
"jade": "^1.11.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"mongoose": "^5.3.10",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemon": "^1.18.6",
"promise-mysql": "^3.3.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1"
},
"babel": {
"plugins": [
"transform-async-to-generator"
]
},
"engines": {
"node": "10.10.0",
"npm": "6.4.1"
}
}