git ssb

1+

andrestaltz / ssb-to-graphml



Tree: 14ed1d15bd344062047e7d73def69d568f4bb91f

Files: 14ed1d15bd344062047e7d73def69d568f4bb91f / package.json

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

Built with git-ssb-web