-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 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
{
"name": "foo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node dist/server.js",
"build": "tsc"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "^4.15.5",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"hbs": "~4.0.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.13",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"passport": "^0.4.0",
"serve-favicon": "~2.4.2",
"source-map": "^0.6.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.12",
"@types/body-parser": "^1.16.5",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.37",
"@types/express-session": "^1.15.3",
"@types/mongodb": "^2.2.11",
"@types/mongoose": "^4.7.23",
"@types/multer": "^1.3.3",
"@types/passport": "^0.3.4",
"@types/source-map": "^0.5.1",
"@types/uuid": "^3.4.2"
}
}