{ "name": "git-ssb", "version": "2.8.0", "description": "git hosting on secure-scuttlebutt (ssb)", "bin": { "git-ssb": "bin/git-ssb", "git-remote-ssb": "bin/git-remote-ssb" }, "main": "bin.js", "files": [ "lib/*.js", "bin/*.js" ], "pkg": { "scripts": "lib/*.js", "targets": [ "node12.16.1-linux-x64", "node12.16.1-linux-armv7", "node12.16.1-linux-arm64", "node12.16.1-linux-ia32", "node12.16.1-macos-x64" ] }, "scripts": { "build": "ssb-pkg . --no-bytecode -o install-$npm_package_version.sh" }, "dependencies": { "git-remote-ssb": "^2.1.1", "git-ssb-web": "^2.11.8", "mkdirp": "^0.5.1", "multicb": "^1.2.1", "pull-cat": "^1.1.11", "pull-git-repo": "^1.3.1", "pull-paramap": "^1.2.2", "pull-git-packidx-parser": "^1.0.0", "pull-stream": "^3.6.9", "ssb-avatar": "^0.2.0", "ssb-client": "^4.6.0", "ssb-git-repo": "^2.11.2", "ssb-issues": "^1.0.0", "ssb-keys": "^7.0.16", "ssb-mentions": "^0.4.1", "ssb-msg-schemas": "^6.3.0", "ssb-pull-requests": "^1.0.0", "ssb-ref": "^2.11.1", "sodium-native": "^2.4.6", "stream-to-pull-stream": "^1.7.2" }, "devDependencies": { "license-checker": "^25", "ssb-pkg": "1" }, "repository": { "type": "git", "url": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256" }, "homepage": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256", "bugs": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256/issues", "keywords": [ "secure-scuttlebutt", "git-remote" ], "author": "cel", "license": "Fair" }