Files: babb262b078e38fca3a8939a37b6f4320d307995 / package.json
1267 bytesRaw
1 | { |
2 | "name": "git-ssb-web", |
3 | "version": "1.14.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 | "mime-types": "^2.1.11", |
11 | "multicb": "^1.2.1", |
12 | "node-polyglot": "^1.0.0", |
13 | "pull-cat": "^1.1.8", |
14 | "pull-git-pack": "^0.2.0", |
15 | "pull-git-repo": "^0.4.1", |
16 | "pull-identify-filetype": "^1.1.0", |
17 | "pull-many": "^1.0.6", |
18 | "pull-paramap": "^1.1.6", |
19 | "pull-stream": "^3.1.0", |
20 | "ssb-client": "^3.0.1", |
21 | "ssb-config": "^1.1.0", |
22 | "ssb-git-repo": "^1.7.0", |
23 | "ssb-issues": "^0.1.0", |
24 | "ssb-keys": "^5.0.0", |
25 | "ssb-marked": "^0.6.0", |
26 | "ssb-mentions": "^0.1.0", |
27 | "ssb-msg-schemas": "^6.1.0", |
28 | "ssb-pull-requests": "~0.0.2", |
29 | "ssb-reconnect": "^0.1.0", |
30 | "ssb-ref": "^2.2.2", |
31 | "stream-to-pull-stream": "^1.6.6" |
32 | }, |
33 | "homepage": "http://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256", |
34 | "repository": { |
35 | "type": "git", |
36 | "url": "https://github.com/clehner/git-ssb-web" |
37 | }, |
38 | "keywords": [], |
39 | "author": "Charles Lehner (http://celehner.com/)", |
40 | "license": "Fair", |
41 | "bugs": { |
42 | "url": "https://github.com/clehner/git-ssb-web/issues" |
43 | } |
44 | } |
45 |
Built with git-ssb-web