Files: 4aef9079af3e876b9236a27d1cab03026dca7739 / package.json
1555 bytesRaw
1 | { |
2 | "name": "git-ssb-web", |
3 | "version": "2.12.0", |
4 | "description": "web server for browsing git repos on ssb", |
5 | "bin": "server.js", |
6 | "pkg": { |
7 | "assets": [ |
8 | "static/*", |
9 | "locale/*.json" |
10 | ] |
11 | }, |
12 | "dependencies": { |
13 | "asyncmemo": "^1.0.0", |
14 | "diff": "^4.0.0", |
15 | "highlight.js": "^9.8.0", |
16 | "hashlru": "^2.3.0", |
17 | "mime-types": "^2.1.12", |
18 | "moment": "^2.14.1", |
19 | "multicb": "^1.2.1", |
20 | "node-polyglot": "^1.0.0", |
21 | "pull-cat": "^1.1.11", |
22 | "pull-git-pack": "^1.0.1", |
23 | "pull-git-repo": "^1.3.0", |
24 | "pull-hyperscript": "^0.2.2", |
25 | "pull-identify-filetype": "^1.1.0", |
26 | "pull-many": "^1.0.8", |
27 | "pull-paginate": "^1.0.0", |
28 | "pull-paramap": "^1.2.1", |
29 | "pull-stream": "^3.5.0", |
30 | "remove-markdown": "^0.1.0", |
31 | "ssb-client": "^4.2.1", |
32 | "ssb-config": "^3.2.0", |
33 | "ssb-git-repo": "^2.11.0", |
34 | "ssb-issues": "^1.0.0", |
35 | "ssb-keys": "^7.0.3", |
36 | "ssb-marked": "^0.6.0", |
37 | "ssb-mentions": "^0.1.0", |
38 | "ssb-msg-schemas": "^6.1.1", |
39 | "ssb-pull-requests": "^1.0.0", |
40 | "ssb-ref": "^2.6.2", |
41 | "stream-to-pull-stream": "^1.7.2" |
42 | }, |
43 | "homepage": "https://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256", |
44 | "bugs": "https://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256/issues", |
45 | "repository": { |
46 | "type": "git", |
47 | "url": "https://git-ssb.celehner.com/%25q5d5Du%2B9WkaSdjc8aJPZm%2BjMrqgo0tmfR%2BRcX5ZZ6H4%3D.sha256" |
48 | }, |
49 | "keywords": [], |
50 | "author": "Charles Lehner (https://celehner.com/)", |
51 | "license": "Fair" |
52 | } |
53 |
Built with git-ssb-web