Files: f9490b57823c88d2d4e1cdc8495b8ab60d63862f / package.json
952 bytesRaw
1 | { |
2 | "name": "patch-book", |
3 | "version": "1.0.12", |
4 | "description": "A book rating system for patch-core compatible scuttlebutt clients", |
5 | "main": "index.js", |
6 | "directories": { |
7 | "test": "test" |
8 | }, |
9 | "scripts": { |
10 | "test": "echo \"Error: no test specified\" && exit 1" |
11 | }, |
12 | "repository": { |
13 | "type": "git", |
14 | "url": "ssb://%zoL1riX2mELF0j3dydWtQ+go4nI4jaByvm5Z02cRyaQ=.sha256" |
15 | }, |
16 | "author": "Anders Rune Jensen <arj03@protonmail.ch>", |
17 | "license": "Beerware", |
18 | "dependencies": { |
19 | "bulk-require": "^1.0.1", |
20 | "deep-equal": "^1.0.1", |
21 | "depnest": "^1.3.0", |
22 | "html-escape": "^2.0.0", |
23 | "mutant": "^3.22.1", |
24 | "pull-scroll": "^1.0.9", |
25 | "pull-sort": "^1.0.1", |
26 | "pull-many": "^1.0.8", |
27 | "monotonic-timestamp": "^0.0.9", |
28 | "pull-stream": "^3.6.1", |
29 | "read-directory": "^3.0.0", |
30 | "suggest-box": "^2.2.3" |
31 | }, |
32 | "devDependencies": { |
33 | "scuttlebot": "^10.4.10", |
34 | "ssb-keys": "^7.0.12", |
35 | "tape": "^4.8.0" |
36 | } |
37 | } |
38 |
Built with git-ssb-web