-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "blog-it",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "npm run bundle",
"start": "node app.js",
"bundle": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch"
},
"dependencies": {
"bluebird": "^3.2.1",
"body-parser": "^1.13.3",
"bootstrap": "^3.3.6",
"compression": "^1.5.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.3.3",
"csurf": "^1.8.3",
"express": "^4.13.3",
"express-session": "^1.13.0",
"express-validator": "^2.19.1",
"font-awesome": "^4.5.0",
"glob": "^5.0.3",
"http-errors": "^1.4.0",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"jquery-validation": "^1.14.0",
"lodash": "^4.2.1",
"method-override": "^2.3.0",
"moment": "^2.11.2",
"mongoose": "^4.4.0",
"morgan": "^1.6.1",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"slug": "^0.9.1"
},
"devDependencies": {
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"node-sass": "^3.4.2",
"resolve-url-loader": "^1.4.3",
"style-loader": "^0.13.0",
"webpack": "^1.12.12"
},
"engines": {
"node": "5.3.0",
"npm": "3.5.2"
}
}