-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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": "project-one",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp --gulpfile gulpfile.js"
},
"dependencies": {
"async": "^2.5.0",
"bcrypt": "1.0.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"express-mysql-session": "^1.2.1",
"express-session": "^1.15.4",
"express-validator": "3.2.1",
"moment": "^2.18.1",
"morgan": "~1.8.1",
"mysql2": "^1.3.6",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pug": "^2.0.0-rc.2",
"request": "^2.81.0",
"sequelize": "^4.3.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"eslint": "4.3.0",
"eslint-config-google": "0.9.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssbeautify": "^0.1.3",
"gulp-nodemon": "^2.2.1",
"gulp-pug": "3.3.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8"
}
}