UNPKG

598 BJSONView Raw
1{
2 "name": "metalwork",
3 "version": "1.2.1",
4 "author": {
5 "name": "Ev Bogue",
6 "email": "ev@evbogue.com"
7 },
8 "contributors": [
9 {
10 "name": "Joseph Post",
11 "email": "joe@jcpst.com"
12 }
13 ],
14 "homepage": "http://metalwork.evbogue.com/",
15 "scripts": {
16 "start": "node index.js"
17 },
18 "dependencies": {
19 "koa": "*",
20 "koa-static": "*",
21 "jade": "*",
22 "metalsmith": "*",
23 "metalsmith-beautify": "*",
24 "metalsmith-collections": "*",
25 "metalsmith-markdown": "*",
26 "metalsmith-permalinks": "*",
27 "metalsmith-templates": "*",
28 "moment": "*"
29 }
30}