-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 KB
/
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
43
44
45
46
{
"name": "icelandicmovieapi",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development node server.js",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"app-root-path": "^1.0.0",
"async": "^1.5.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.19.0",
"bunyan": "^1.7.1",
"cheerio": "^0.22.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"cron": "^1.1.0",
"debug": "^2.6.9",
"ejs": "^2.4.1",
"express": "^4.16.4",
"express-session": "^1.13.0",
"fs-extra": "^0.26.2",
"fs-readfile-promise": "^2.0.1",
"http": "0.0.0",
"jsonwebtoken": "^5.7.0",
"moment": "^2.13.0",
"mongodb": "^3.1.13",
"mongoose": "^4.4.10",
"morgan": "^1.9.1",
"node-cache": "^3.2.0",
"node-uuid": "^1.4.7",
"nodemailer": "^1.11.0",
"nodemailer-smtp-transport": "^2.4.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.67.0",
"serve-favicon": "^2.5.0",
"underscore": "^1.8.3",
"xoauth2": "^1.1.0"
}
}