-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "ghost-render",
"version": "1.1.1",
"description": "Renders static blog sites from Markdown using Ghost themes",
"repository": {
"type": "git",
"url": "https://github.com/mixu/ghost-render.git"
},
"bin": {
"ghost-render": "./bin/ghost-render"
},
"main": "index.js",
"scripts": {
"test": "mocha -R spec ./test/*.test.js"
},
"author": "Mikito Takada <[email protected]> (http://mixu.net/)",
"license": "BSD",
"keywords": [
"website",
"blog",
"static",
"site",
"website",
"generator",
"markdown",
"static site generator"
],
"bugs": {
"url": "https://github.com/mixu/ghost-render/issues"
},
"homepage": "https://github.com/mixu/ghost-render",
"dependencies": {
"bluebird": "^2.3.2",
"clone": "^0.1.18",
"downsize": "0.0.8",
"express-hbs": "^0.7.11",
"file-fixture": "0.0.2",
"handlebars": "^2.0.0",
"highlight.js": "^8.2.0",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"miniq": "^0.1.2",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"pipe-iterators": "^1.0.0",
"readable-stream": "^1.0.32",
"rss": "^0.2.1",
"subarg": "^1.0.0",
"through2": "^0.6.2",
"wildglob": "0.0.1",
"xtend": "^4.0.0"
}
}