-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 957 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 957 Bytes
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": "mits.ee",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"startforever": "forever start ./bin/www"
},
"dependencies": {
"async": "^2.6.1",
"bcrypt": "^3.0.3",
"compression": "^1.7.3",
"connect-mongo": "^2.0.3",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"express-session": "^1.15.6",
"express-sitemap": "^1.8.0",
"express-validator": "^5.3.1",
"fast-csv": "^2.4.1",
"fs": "0.0.1-security",
"hbs": "~4.0.1",
"helmet": "^3.15.1",
"http-errors": "~1.6.2",
"https": "^1.0.0",
"i18n": "^0.8.3",
"moment": "^2.24.0",
"mongoose": "^5.4.8",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"node-sass-middleware": "0.11.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"nodemon": "^1.18.9"
}
}