{ "name": "git-remote-ssb", "version": "0.0.0", "description": "git remote helper for secure-scuttlebutt (ssb)", "bin": { "git-remote-ssb": "git-remote-ssb", "git-ssb": "bin.js" }, "main": "index.js", "dependencies": { "parse-git-config": "^0.3.1", "pull-git-remote-helper": "^1.0.0", "ssb-client": "^3.0.0", "ssb-config": "^1.1.0", "ssb-git": "^0.1.0", "ssb-keys": "^4.0.10", "ssb-ref": "^2.2.2", "stream-to-pull-stream": "^1.6.6" }, "devDependencies": {}, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/clehner/git-remote-ssb" }, "keywords": [ "secure-scuttlebutt", "git-remote" ], "author": "Charles Lehner (http://celehner.com/)", "license": "Fair", "bugs": { "url": "https://github.com/clehner/git-remote-ssb/issues" } }