-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 903 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 903 Bytes
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
{
"name": "hexo",
"version": "0.1.3",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"preferGlobal": true,
"bin": {
"hexo": "./bin/hexo"
},
"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": "*",
"connect": "*",
"ejs": "*",
"stylus": "*",
"nib": "*",
"marked": "*",
"moment": "*",
"cli-color": "*",
"highlight.js": "*",
"yamljs": "*",
"underscore": "*",
"swig": "*"
}
}