Files: 2c6681fb7153594532b722f3b3dda2442bbb23bd / package.json
752 bytesRaw
1 | { |
2 | "name": "patch-inbox", |
3 | "version": "1.0.2", |
4 | "description": "an inbox for the patchcore ecosystem", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/mixmix/patch-inbox.git" |
12 | }, |
13 | "keywords": [ |
14 | "patchcore", |
15 | "depject", |
16 | "scuttlebutt" |
17 | ], |
18 | "author": "mixmix", |
19 | "license": "AGPL-3.0", |
20 | "bugs": { |
21 | "url": "https://github.com/mixmix/patch-inbox/issues" |
22 | }, |
23 | "homepage": "https://github.com/mixmix/patch-inbox#readme", |
24 | "dependencies": { |
25 | "depnest": "^1.3.0", |
26 | "mutant": "^3.21.2", |
27 | "pull-next-step": "^1.0.0", |
28 | "pull-scroll": "^1.0.9", |
29 | "pull-stream": "^3.6.1", |
30 | "ssb-ref": "^2.7.1" |
31 | } |
32 | } |
33 |
Built with git-ssb-web