Files: 171bb8a2c96096c302ba35950277404010f2ddf5 / package.json
825 bytesRaw
1 | { |
2 | "name": "git-ssb-web", |
3 | "version": "1.4.3", |
4 | "description": "web server for browsing git repos on ssb", |
5 | "bin": "server.js", |
6 | "dependencies": { |
7 | "asyncmemo": "^0.1.0", |
8 | "multicb": "^1.2.1", |
9 | "pull-cat": "^1.1.8", |
10 | "pull-git-repo": "^0.2.2", |
11 | "pull-stream": "^3.1.0", |
12 | "ssb-client": "^3.0.1", |
13 | "ssb-config": "^1.1.0", |
14 | "ssb-git-repo": "^1.4.0", |
15 | "ssb-keys": "^5.0.0", |
16 | "ssb-marked": "^0.5.4", |
17 | "ssb-msg-schemas": "^6.1.0", |
18 | "ssb-ref": "^2.2.2", |
19 | "ssb-reconnect": "^0.1.0", |
20 | "stream-to-pull-stream": "^1.6.6" |
21 | }, |
22 | "repository": { |
23 | "type": "git", |
24 | "url": "https://github.com/clehner/git-ssb-web" |
25 | }, |
26 | "keywords": [], |
27 | "author": "Charles Lehner (http://celehner.com/)", |
28 | "license": "Fair", |
29 | "bugs": { |
30 | "url": "https://github.com/clehner/git-ssb-web/issues" |
31 | } |
32 | } |
33 |
Built with git-ssb-web