git ssb

3+

ev / sdash



Commit 3cd5d5225307fd500aaea83a68cbed379ce6ac72

add required modules

Ev Bogue committed on 8/13/2016, 4:24:29 PM
Parent: 7cae0a97948f39b9e86bf0871d3396bb6d193929

Files changed

package.jsonchanged
package.jsonView
@@ -3,10 +3,12 @@
33 "version": "0.0.1",
44 "description": "grab your latest sbot post and put it on your website using an iFrame",
55 "main": "index.js",
66 "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",
911 "moment": "^2.14.1",
1012 "pull-stream": "^3.4.3",
1113 "ssb-client": "^4.0.3"
1214 },

Built with git-ssb-web