forked from hexojs/hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "hexo",
"version": "1.2.3",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"preferGlobal": true,
"bin": {
"hexo": "./bin/hexo"
},
"scripts": {
"test": "make test"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"repository": {
"type": "git",
"url": "git://github.com/tommy351/hexo.git"
},
"bugs": {
"url": "https://github.com/tommy351/hexo/issues"
},
"keywords": ["website", "blog", "cms", "framework", "hexo"],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": {
"type": "MIT",
"url": "https://raw.github.com/tommy351/hexo/master/LICENSE"
},
"dependencies": {
"async": "0.2.8",
"express": "3.2.5",
"ejs": "0.8.4",
"stylus": "0.32.1",
"nib": "0.9.1",
"marked": "0.2.8",
"moment": "2.0.0",
"term": "0.0.2",
"highlight.js": "7.3.0",
"yamljs": "0.1.4",
"lodash": "1.2.1",
"swig": "0.13.5",
"graceful-fs": "1.2.1",
"optimist": "0.5.0",
"watchr": "2.4.3",
"warehouse": "0.0.5"
},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}