Files: d0c588a1458e335a592c0b56e50fa581b8592823 / package.json
1605 bytesRaw
1 | { |
2 | "name": "git-ssb", |
3 | "version": "2.7.0", |
4 | "description": "git hosting on secure-scuttlebutt (ssb)", |
5 | "bin": { |
6 | "git-ssb": "bin/git-ssb", |
7 | "git-remote-ssb": "bin/git-remote-ssb" |
8 | }, |
9 | "main": "bin.js", |
10 | "pkg": { |
11 | "scripts": "lib/*.js", |
12 | "assets": [ |
13 | "dist/libsodium.*", |
14 | "dist/sodium.node.bin" |
15 | ] |
16 | }, |
17 | "scripts": { |
18 | "build": "node build.js" |
19 | }, |
20 | "libsodiumVersion": "23", |
21 | "nodeVersion": "10.15.3", |
22 | "dependencies": { |
23 | "git-remote-ssb": "^2.1.1", |
24 | "git-ssb-web": "^2.11.8", |
25 | "mkdirp": "^0.5.1", |
26 | "multicb": "^1.2.1", |
27 | "pull-cat": "^1.1.11", |
28 | "pull-git-repo": "^1.3.1", |
29 | "pull-paramap": "^1.2.2", |
30 | "pull-git-packidx-parser": "^1.0.0", |
31 | "pull-stream": "^3.6.9", |
32 | "ssb-avatar": "^0.2.0", |
33 | "ssb-client": "^4.6.0", |
34 | "ssb-git-repo": "^2.11.2", |
35 | "ssb-issues": "^1.0.0", |
36 | "ssb-keys": "^7.0.16", |
37 | "ssb-mentions": "^0.4.1", |
38 | "ssb-msg-schemas": "^6.3.0", |
39 | "ssb-pull-requests": "^1.0.0", |
40 | "ssb-ref": "^2.11.1", |
41 | "sodium-native": "^2.4.6", |
42 | "stream-to-pull-stream": "^1.7.2" |
43 | }, |
44 | "devDependencies": { |
45 | "license-checker": "^25", |
46 | "pkg": "*" |
47 | }, |
48 | "repository": { |
49 | "type": "git", |
50 | "url": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256" |
51 | }, |
52 | "homepage": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256", |
53 | "bugs": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256/issues", |
54 | "keywords": [ |
55 | "secure-scuttlebutt", |
56 | "git-remote" |
57 | ], |
58 | "author": "cel", |
59 | "license": "Fair" |
60 | } |
61 |
Built with git-ssb-web