Files: 2e4c201b499e1d08c4449c74122e5a654ee8aeb1 / package.json
1261 bytesRaw
1 | { |
2 | "name": "git-ssb", |
3 | "version": "2.0.3", |
4 | "description": "git hosting on secure-scuttlebutt (ssb)", |
5 | "bin": { |
6 | "git-ssb": "bin.js", |
7 | "git-remote-ssb": "bin.js" |
8 | }, |
9 | "main": "bin.js", |
10 | "dependencies": { |
11 | "git-remote-ssb": "^2.0.2", |
12 | "git-ssb-web": "^2.3.2", |
13 | "multicb": "^1.2.1", |
14 | "pull-cat": "^1.1.11", |
15 | "pull-git-repo": "^0.6.0", |
16 | "pull-paramap": "^1.1.6", |
17 | "pull-stream": "^3.4.5", |
18 | "ssb-avatar": "^0.2.0", |
19 | "ssb-client": "^4.2.1", |
20 | "ssb-config": "^2.1.0", |
21 | "ssb-git-repo": "^2.3.2", |
22 | "ssb-keys": "^6.1.2", |
23 | "ssb-issues": "^0.2.3", |
24 | "ssb-mentions": "^0.1.0", |
25 | "ssb-msg-schemas": "^6.2.1", |
26 | "ssb-pull-requests": "^0.2.3", |
27 | "ssb-ref": "^2.6.2", |
28 | "stream-to-pull-stream": "^1.7.2" |
29 | }, |
30 | "repository": { |
31 | "type": "git", |
32 | "url": "https://git-ssb.celehner.com/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256" |
33 | }, |
34 | "homepage": "https://git-ssb.celehner.com/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256", |
35 | "bugs": "https://git-ssb.celehner.com/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256/issues", |
36 | "keywords": [ |
37 | "secure-scuttlebutt", |
38 | "git-remote" |
39 | ], |
40 | "author": "Charles Lehner (http://celehner.com/)", |
41 | "license": "Fair" |
42 | } |
43 |
Built with git-ssb-web