Commit 3cd5d5225307fd500aaea83a68cbed379ce6ac72
add required modules
Ev Bogue committed on 8/13/2016, 4:24:29 PMParent: 7cae0a97948f39b9e86bf0871d3396bb6d193929
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -3,10 +3,12 @@ | ||
3 | 3 … | "version": "0.0.1", |
4 | 4 … | "description": "grab your latest sbot post and put it on your website using an iFrame", |
5 | 5 … | "main": "index.js", |
6 | 6 … | "dependencies": { |
7 | - "hyperscript": "^1.4.7", | |
8 | - "hyperscript-helpers": "^3.0.0", | |
7 … | + "co-views": "^2.1.0", | |
8 … | + "jade": "^1.11.0", | |
9 … | + "koa": "^1.2.1", | |
10 … | + "koa-router": "^5.4.0", | |
9 | 11 … | "moment": "^2.14.1", |
10 | 12 … | "pull-stream": "^3.4.3", |
11 | 13 … | "ssb-client": "^4.0.3" |
12 | 14 … | }, |
Built with git-ssb-web