git ssb

1+

andrestaltz / ssb-to-graphml



Tree: 0d08a7a93f1730f755e4687e00a958641b01cb82

Files: 0d08a7a93f1730f755e4687e00a958641b01cb82 / package.json

481 bytesRaw
1{
2 "name": "ssb-to-graphml",
3 "version": "1.0.0",
4 "description": "Convert your SSB social graph to GraphML format",
5 "main": "index.js",
6 "bin": {
7 "ssb-to-graphml": "bin.js"
8 },
9 "author": "staltz.com",
10 "license": "GPLv3",
11 "dependencies": {
12 "pify": "^3.0.0",
13 "pull-stream": "^3.6.8",
14 "scuttlebot": "^11.3.3",
15 "ssb-client": "^4.5.7",
16 "ssb-config": "^2.2.0",
17 "ssb-friends": "^2.4.0",
18 "ssb-keys": "^7.0.16",
19 "ssb-names": "^3.1.2"
20 }
21}
22

Built with git-ssb-web