Files: 956c7764209ab27bc37b8e7a9d929db326d24ce5 / package.json
713 bytesRaw
1 | { |
2 | "name": "git-ssb-web", |
3 | "version": "1.1.0", |
4 | "description": "web server for browsing git repos on ssb", |
5 | "bin": "server.js", |
6 | "dependencies": { |
7 | "pull-cat": "^1.1.8", |
8 | "pull-git-repo": "^0.2.0", |
9 | "pull-stream": "^3.1.0", |
10 | "ssb-client": "^3.0.0", |
11 | "ssb-config": "^1.1.0", |
12 | "ssb-git-repo": "^1.2.0", |
13 | "ssb-keys": "^4.0.10", |
14 | "ssb-ref": "^2.2.2", |
15 | "ssb-reconnect": "^0.1.0", |
16 | "stream-to-pull-stream": "^1.6.6" |
17 | }, |
18 | "repository": { |
19 | "type": "git", |
20 | "url": "https://github.com/clehner/git-ssb-web" |
21 | }, |
22 | "keywords": [], |
23 | "author": "Charles Lehner (http://celehner.com/)", |
24 | "license": "Fair", |
25 | "bugs": { |
26 | "url": "https://github.com/clehner/git-ssb-web/issues" |
27 | } |
28 | } |
29 |
Built with git-ssb-web