-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 998 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": "ex01",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"engines": {
"node": "10.16.3"
},
"dependencies": {
"async-error-catcher": "^1.0.1",
"aws-sdk": "^2.590.0",
"bcrypt": "^2.0.1",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.0",
"fs-extra": "^4.0.3",
"gijgo": "^1.9.13",
"http-errors": "~1.6.3",
"method-override": "^2.3.10",
"moment": "^2.24.0",
"mongodb": "^3.3.4",
"mongodb-core": "^3.2.7",
"mongoose": "^5.7.11",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.1",
"multer": "^1.3.1",
"node": "^10.16.3",
"node-sass": "^4.13.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"serve-favicon": "^2.5.0",
"uuid": "^3.3.3",
"web3": "^1.2.5"
}
}