-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
47
48
49
{
"name": "project-2-starter-code",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "gulp build"
},
"engines": {
"node": "8.1.4"
},
"author": "Mike Hayden <[email protected]> (https://github.com/mickyginger)",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.1",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"nodemon": "^1.11.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"aws-sdk": "^2.67.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-ejs-layouts": "^2.3.0",
"express-flash": "^0.0.2",
"express-session": "^1.15.3",
"method-override": "^2.3.9",
"mongoose": "^4.10.5",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"request-promise": "^4.2.1",
"uuid": "^3.0.1"
}
}