forked from metalsmith/metalsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 904 Bytes
/
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
{
"name": "metalsmith",
"repository": "git://github.com/segmentio/metalsmith.git",
"version": "0.3.0",
"license": "MIT",
"description": "An extremely simple, pluggable static site generator.",
"keywords": [
"static",
"file",
"site",
"website",
"blog",
"generator",
"markdown",
"jekyll",
"wintersmith",
"blacksmith"
],
"main": "lib/index.js",
"bin": {
"metalsmith": "bin/metalsmith"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"front-matter": "~0.2.0",
"ware": "~0.2.1",
"recursive-readdir": "0.0.2",
"async": "~0.2.10",
"fs-extra": "~0.8.1",
"defaults": "~1.0.0",
"is-utf8": "~0.2.0",
"chalk": "^0.4.0"
},
"devDependencies": {
"mocha": "1.x",
"rimraf": "~2.2.6",
"fs-readdir-recursive": "0.0.1",
"assert-dir-equal": "~0.1.0",
"metalsmith-drafts": "0.0.1"
}
}