Files: 92f5724222307187f23d545ec3c17c9aeedd6922 / package.json
477 bytesRaw
1 | { |
2 | "name": "ssb-server-channels", |
3 | "version": "1.0.0", |
4 | "repository": "git@github.com:ssbc/ssb-server-channel.git", |
5 | "description": "A scuttlebot flumeview for all your channel related questions", |
6 | "main": "index.js", |
7 | "scripts": { |
8 | "test": "echo \"Error: no test specified\" && exit 1" |
9 | }, |
10 | "keywords": ["scuttlebutt", "flumeview"], |
11 | "author": "mixmix", |
12 | "license": "AGPL-3.0", |
13 | "dependencies": { |
14 | "flumeview-reduce": "^1.3.12", |
15 | "lodash": "^4.17.4" |
16 | } |
17 | } |
18 |
Built with git-ssb-web