-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.3 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
{
"name": "blog",
"version": "0.4.0",
"description": "chenllos'blog project",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "~1.0.2",
"coffee-cache": "^0.4.0",
"compression": "~1.0.1",
"cookie-parser": "~1.0.1",
"eventproxy": "~0.2.7",
"exif": "^0.4.0",
"express": "^4.3.1",
"favicon": "~0.0.2",
"gm": "^1.16.0",
"gulp": "~3.6.1",
"gulp-changed": "~0.3.0",
"gulp-concat": "~2.2.0",
"gulp-cond": "0.0.2",
"gulp-less": "~1.2.3",
"gulp-livereload": "~1.3.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.2.0",
"gulp-seajs": "~0.4.0",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"jade": "~1.3.1",
"log4js": "~0.6.13",
"mkdirp": "^0.5.0",
"mongoose": "~3.8.8",
"morgan": "^1.1.1",
"multer": "0.0.7",
"node-markdown": "~0.1.1",
"should": "~3.3.1",
"underscore": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/teamrun/blog.git"
},
"keywords": [
"blog"
],
"author": "chenllos",
"license": "mit",
"bugs": {
"url": "https://github.com/teamrun/blog/issues"
},
"homepage": "https://github.com/teamrun/blog"
}