-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 954 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
{
"name": "nonlinear.zone",
"version": "0.0.1",
"license": "All Rights Reserved",
"repository": {
"type": "git",
"url": "git://github.com/mwishek/nonlinear.build"
},
"description": "A node.js app to build my blog using metalsmith",
"bin": {
"main": "index.js"
},
"scripts": {},
"dependencies": {
"metalsmith": "^1.0.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-build-date": "^0.1.0",
"metalsmith-collections": "^0.6.0",
"metalsmith-excerpts": "^1.0.0",
"metalsmith-feed": "^0.0.6",
"metalsmith-ignore": "^0.1.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "^0.0.1",
"metalsmith-multimarkdown": "0.0.2",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-redirect": "^1.0.2",
"metalsmith-s3": "^0.0.1",
"metalsmith-sass": "^0.5.0",
"metalsmith-snippet": "^1.0.1",
"metalsmith-templates": "^0.6.0",
"swig": "^1.4.2",
"util": "^0.10.3"
}
}