forked from metalsmith/metalsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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": "metalsmith",
"version": "1.7.0",
"license": "MIT",
"repository": "git://github.com/segmentio/metalsmith.git",
"description": "An extremely simple, pluggable static site generator.",
"bin": {
"metalsmith": "bin/metalsmith"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"absolute": "0.0.1",
"async": "~0.9.0",
"chalk": "^0.5.0",
"clone": "^0.1.11",
"co-fs-extra": "0.0.2",
"commander": "^2.6.0",
"fs-extra": "~0.10.0",
"gnode": "^0.1.0",
"gray-matter": "^2.0.0",
"is": "^2.2.0",
"is-utf8": "~0.2.0",
"recursive-readdir": "^1.2.1",
"rimraf": "^2.2.8",
"stat-mode": "^0.2.0",
"thunkify": "^2.1.2",
"unyield": "0.0.1",
"ware": "^1.2.0"
},
"devDependencies": {
"assert-dir-equal": "~1.0.1",
"co-mocha": "^1.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-markdown": "0.2.1",
"mocha": "^1.21.4"
},
"keywords": [
"static",
"file",
"site",
"website",
"blog",
"generator",
"markdown",
"jekyll",
"wintersmith",
"blacksmith"
]
}