-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "statical-ghost",
"version": "0.0.1",
"description": "another static blog generator using ghost themes ",
"main": "lib/statical-ghost.js",
"bin": {
"statical-ghost": "bin/sg.js",
"sg": "bin/sg.js"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/zaaack/statical-ghost.git"
},
"keywords": [
"ghost",
"static",
"blog"
],
"author": "zaaack",
"license": "MIT",
"bugs": {
"url": "https://github.com/zaaack/statical-ghost/issues"
},
"homepage": "https://github.com/zaaack/statical-ghost",
"devDependencies": {},
"dependencies": {
"chokidar": "^1.4.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"downsize": "^0.0.8",
"fs-plus": "^2.8.1",
"handlebars": "^4.0.3",
"highlight.js": "^8.9.1",
"js-yaml": "^3.4.6",
"lodash": "^3.10.1",
"log4js": "^0.6.29",
"markdown-it": "^5.0.2",
"markdown-it-abbr": "^1.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.0",
"markdown-it-emoji": "^1.0.0",
"markdown-it-footnote": "^2.0.0",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"moment": "^2.10.6",
"node-static": "^0.7.7",
"progress": "^1.1.8",
"rss": "^1.1.1"
}
}