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