Files: 46cbaaee85f7da7a2835c420d2d0c0ae1a229c3d / package.json
878 bytesRaw
1 | { |
2 | "name": "git-remote-ssb", |
3 | "version": "0.0.0", |
4 | "description": "git remote helper for secure-scuttlebutt (ssb)", |
5 | "bin": { |
6 | "git-remote-ssb": "git-remote-ssb", |
7 | "git-ssb": "bin.js" |
8 | }, |
9 | "main": "index.js", |
10 | "dependencies": { |
11 | "parse-git-config": "^0.3.1", |
12 | "pull-git-remote-helper": "^1.0.0", |
13 | "ssb-client": "^3.0.0", |
14 | "ssb-config": "^1.1.0", |
15 | "ssb-git": "^0.1.0", |
16 | "ssb-keys": "^4.0.10", |
17 | "ssb-ref": "^2.2.2", |
18 | "stream-to-pull-stream": "^1.6.6" |
19 | }, |
20 | "devDependencies": {}, |
21 | "scripts": { |
22 | "test": "node test.js" |
23 | }, |
24 | "repository": { |
25 | "type": "git", |
26 | "url": "https://github.com/clehner/git-remote-ssb" |
27 | }, |
28 | "keywords": [ |
29 | "secure-scuttlebutt", |
30 | "git-remote" |
31 | ], |
32 | "author": "Charles Lehner (http://celehner.com/)", |
33 | "license": "Fair", |
34 | "bugs": { |
35 | "url": "https://github.com/clehner/git-remote-ssb/issues" |
36 | } |
37 | } |
38 |
Built with git-ssb-web