git ssb

0+

mixmix / ssb-server-plugin-intro



Tree: 987538efa0b0ba8fb17a68dd4229d47941f0ba08

Files: 987538efa0b0ba8fb17a68dd4229d47941f0ba08 / package.json

421 bytesRaw
1{
2 "name": "ssb-server-plugin",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "dependencies": {
13 "lodash": "^4.17.4",
14 "pull-stream": "^3.6.1",
15 "scuttlebot": "^10.5.0",
16 "ssb-client": "^4.5.2",
17 "ssb-config": "^2.2.0",
18 "ssb-keys": "^7.0.13"
19 }
20}
21

Built with git-ssb-web