-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "GitBlog",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.7",
"compression": "^1.6.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cookie-session": "^2.0.0-alpha.1",
"error-handler": "^1.0.0",
"errorhandler": "^1.4.3",
"express": "4.13.4",
"express-session": "^1.13.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jade-usemin": "^1.2.0",
"grunt-jscs": "^2.7.0",
"grunt-ng-annotate": "^1.0.1",
"http": "0.0.0",
"jade": "*",
"less-middleware": "^2.0.1",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2"
}
}