Files: 998fc4b3c7cb550271b2b2a29c1eab1ce28cc4bc / package.json
606 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 | "start": "node index.js" |
11 | }, |
12 | "dependencies": { |
13 | "express": "^4.14.0", |
14 | "jade": "", |
15 | "koa": "^1.2.4", |
16 | "koa-static": "^2.0.0", |
17 | "metalsmith": "", |
18 | "metalsmith-collections": "", |
19 | "metalsmith-feed": "", |
20 | "metalsmith-layouts": "", |
21 | "metalsmith-markdown": "", |
22 | "metalsmith-permalinks": "", |
23 | "moment": "", |
24 | "serve-favicon": "~2.3.0", |
25 | "ssb-avatar": "^0.1.0", |
26 | "ssb-client": "^4.0.3" |
27 | } |
28 | } |
29 |
Built with git-ssb-web