-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
32 lines (32 loc) · 844 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
{
"name": "blog",
"version": "0.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hunter",
"loftis",
"blog"
],
"author": "Hunter Loftis <hunter@hunterloftis.com>",
"license": "none",
"dependencies": {
"metalsmith": "^0.6.1",
"jade": "^1.3.1",
"metalsmith-templates": "^0.4.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.3.0",
"metalsmith-collections": "^0.4.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^0.3.0",
"metalsmith-stylus": "git://github.com/hunterloftis/metalsmith-stylus.git#master",
"metalsmith-assets": "0.0.1",
"metalsmith-autoprefixer": "^0.1.2",
"metalsmith-ignore": "^0.1.2",
"node-static": "^0.7.3"
}
}