git ssb

0+

mixmix / ssb-server-plugin-intro



Tree: c39363feb8be3924e622eec2d44c394be3b17a6d

Files: c39363feb8be3924e622eec2d44c394be3b17a6d / package.json

464 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 "ssb-server-actual-friends": "^1.0.0"
20 }
21}
22

Built with git-ssb-web