Files: 9879cbb757d4bcde4e81cb784c35900a61a22bd6 / package.json
1752 bytesRaw
1 | { |
2 | "name": "git-ssb", |
3 | "version": "2.8.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 | "files": [ |
11 | "lib/*.js", |
12 | "bin/*.js" |
13 | ], |
14 | "pkg": { |
15 | "scripts": "lib/*.js", |
16 | "targets": [ |
17 | "node12.16.1-linux-x64", |
18 | "node12.16.1-linux-armv7", |
19 | "node12.16.1-linux-arm64", |
20 | "node12.16.1-linux-ia32", |
21 | "node12.16.1-macos-x64" |
22 | ] |
23 | }, |
24 | "scripts": { |
25 | "build": "ssb-pkg . --no-bytecode -o install-$npm_package_version.sh" |
26 | }, |
27 | "dependencies": { |
28 | "git-remote-ssb": "^2.1.1", |
29 | "git-ssb-web": "^2.11.8", |
30 | "mkdirp": "^0.5.1", |
31 | "multicb": "^1.2.1", |
32 | "pull-cat": "^1.1.11", |
33 | "pull-git-repo": "^1.3.1", |
34 | "pull-paramap": "^1.2.2", |
35 | "pull-git-packidx-parser": "^1.0.0", |
36 | "pull-stream": "^3.6.9", |
37 | "ssb-avatar": "^0.2.0", |
38 | "ssb-client": "^4.6.0", |
39 | "ssb-git-repo": "^2.11.2", |
40 | "ssb-issues": "^1.0.0", |
41 | "ssb-keys": "^7.0.16", |
42 | "ssb-mentions": "^0.4.1", |
43 | "ssb-msg-schemas": "^6.3.0", |
44 | "ssb-pull-requests": "^1.0.0", |
45 | "ssb-ref": "^2.11.1", |
46 | "sodium-native": "^2.4.6", |
47 | "stream-to-pull-stream": "^1.7.2" |
48 | }, |
49 | "devDependencies": { |
50 | "license-checker": "^25", |
51 | "ssb-pkg": "1" |
52 | }, |
53 | "repository": { |
54 | "type": "git", |
55 | "url": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256" |
56 | }, |
57 | "homepage": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256", |
58 | "bugs": "https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256/issues", |
59 | "keywords": [ |
60 | "secure-scuttlebutt", |
61 | "git-remote" |
62 | ], |
63 | "author": "cel", |
64 | "license": "Fair" |
65 | } |
66 |
Built with git-ssb-web