Files: c67bef29b1c8cd1c9d8ede3633f8f6d5aae2eccf / package.json
1167 bytesRaw
1 | { |
2 | "name": "git-ssb-web", |
3 | "version": "1.12.0", |
4 | "description": "web server for browsing git repos on ssb", |
5 | "bin": "server.js", |
6 | "dependencies": { |
7 | "asyncmemo": "^0.1.0", |
8 | "diff": "^2.2.2", |
9 | "highlight.js": "^9.2.0", |
10 | "multicb": "^1.2.1", |
11 | "pull-cat": "^1.1.8", |
12 | "pull-git-pack": "^0.2.0", |
13 | "pull-git-repo": "^0.4.0", |
14 | "pull-many": "^1.0.6", |
15 | "pull-paramap": "^1.1.2", |
16 | "pull-stream": "^3.1.0", |
17 | "ssb-client": "^3.0.1", |
18 | "ssb-config": "^1.1.0", |
19 | "ssb-git-repo": "^1.6.1", |
20 | "ssb-keys": "^5.0.0", |
21 | "ssb-marked": "^0.5.4", |
22 | "ssb-mentions": "^0.1.0", |
23 | "ssb-msg-schemas": "^6.1.0", |
24 | "ssb-pull-requests": "^0.0.0", |
25 | "ssb-ref": "^2.2.2", |
26 | "ssb-reconnect": "^0.1.0", |
27 | "ssb-issues": "^0.0.5", |
28 | "stream-to-pull-stream": "^1.6.6" |
29 | }, |
30 | "homepage": "http://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256", |
31 | "repository": { |
32 | "type": "git", |
33 | "url": "https://github.com/clehner/git-ssb-web" |
34 | }, |
35 | "keywords": [], |
36 | "author": "Charles Lehner (http://celehner.com/)", |
37 | "license": "Fair", |
38 | "bugs": { |
39 | "url": "https://github.com/clehner/git-ssb-web/issues" |
40 | } |
41 | } |
42 |
Built with git-ssb-web