Files: d185716fb11842271c37ff499725b2b66ba2a5e3 / package.json
1846 bytesRaw
1 | { |
2 | "name": "patchfoo", |
3 | "version": "1.6.0", |
4 | "description": "plain ssb web ui", |
5 | "bin": "server.js", |
6 | "dependencies": { |
7 | "asyncmemo": "^1.1.0", |
8 | "base64-url": "^2.0.0", |
9 | "busboy": "^0.2.14", |
10 | "diff": "^3.3.1", |
11 | "deep-extend": "^0.6.1", |
12 | "hashlru": "^2.1.0", |
13 | "highlight.js": "^9.12.0", |
14 | "human-time": "^0.0.1", |
15 | "hyperscript": "^2.0.2", |
16 | "ics": "^2.31.0", |
17 | "jpeg-autorotate": "^3.0.0", |
18 | "mime-types": "^2.1.12", |
19 | "mkdirp": "^0.5.1", |
20 | "multicb": "^1.2.1", |
21 | "private-box": "^0.3.0", |
22 | "pull-box-stream": "^1.0.12", |
23 | "pull-cat": "^1.1.11", |
24 | "pull-catch": "^1.0.0", |
25 | "pull-defer": "^0.2.3", |
26 | "pull-hyperscript": "^0.2.2", |
27 | "pull-identify-filetype": "^1.1.0", |
28 | "pull-many": "^1.0.8", |
29 | "pull-paginate": "^1.0.0", |
30 | "pull-paramap": "^1.2.1", |
31 | "pull-reader": "^1.2.9", |
32 | "pull-split": "^0.2.0", |
33 | "pull-stream": "^3.5.0", |
34 | "pull-utf8-decoder": "^1.0.2", |
35 | "sparqljs": "^3.2.0", |
36 | "ssb-client": "^4.7.8", |
37 | "ssb-git": "^1.1.0", |
38 | "ssb-markdown": "^6.0.0", |
39 | "ssb-npm-registry": "^1.8.0", |
40 | "ssb-sort": "^1.0.0", |
41 | "ssb-web-resolver": "^1.0.2", |
42 | "stream-to-pull-stream": "^1.7.2", |
43 | "unzip": "^0.1.11" |
44 | }, |
45 | "devDependencies": { |
46 | "license-checker": "^25.0.1", |
47 | "ssb-pkg": "*" |
48 | }, |
49 | "pkg": { |
50 | "targets": [ |
51 | "node12.16.1-linux-x64", |
52 | "node12.16.1-linux-armv7", |
53 | "node12.16.1-linux-arm64", |
54 | "node12.16.1-linux-ia32", |
55 | "node12.16.1-macos-x64" |
56 | ] |
57 | }, |
58 | "scripts": { |
59 | "build": "ssb-pkg . --no-bytecode -o install-$npm_package_version.sh" |
60 | }, |
61 | "author": "cel", |
62 | "homepage": "https://git.scuttlebot.io/%25YAg1hicat%2B2GELjE2QJzDwlAWcx0ML%2B1sXEdsWwvdt8%3D.sha256", |
63 | "repository": { |
64 | "type": "git", |
65 | "url": "ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256" |
66 | }, |
67 | "license": "AGPL-3.0-or-later" |
68 | } |
69 |
Built with git-ssb-web