Files: 3261d6955bd95601cc73ac17042eef1abea22a27 / package.json
594 bytesRaw
1 | { |
2 | "name": "evbogue.com", |
3 | "version": "1.0.0", |
4 | "author": { |
5 | "name": "Ev Bogue", |
6 | "email": "ev@evbogue.com" |
7 | }, |
8 | "homepage": "http://evbogue.com/", |
9 | "scripts": { |
10 | "build": "node index.js", |
11 | "start": "node index.js && node serve" |
12 | }, |
13 | "dependencies": { |
14 | "express": "^4.14.0", |
15 | "jade": "", |
16 | "koa": "^1.2.4", |
17 | "koa-static": "^2.0.0", |
18 | "metalsmith": "", |
19 | "metalsmith-collections": "", |
20 | "metalsmith-feed": "", |
21 | "metalsmith-layouts": "", |
22 | "metalsmith-markdown": "", |
23 | "metalsmith-permalinks": "", |
24 | "moment": "", |
25 | "serve-favicon": "~2.3.0" |
26 | } |
27 | } |
28 |
Built with git-ssb-web