-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 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
{
"name": "multivocal-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.490.0",
"body-parser": "^1.18.3",
"c4s": "^1.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "^2.5.7",
"express": "^4.16.4",
"express-ejs-layouts": "^2.3.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^2.2.28",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"request": "^2.88.0",
"serve-favicon": "~2.4.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-livereload": "^4.0.1",
"gulp-minify": "0.0.15",
"gulp-clean-css": "^4.2.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^4.0.2",
"tiny-lr": "^1.0.4"
}
}