Files: 9c6467e267ec5e13ac657da60215077fc7b42510 / package.json
860 bytesRaw
1 | { |
2 | "name": "patch-book", |
3 | "version": "1.0.0", |
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.21.2", |
24 | "pull-scroll": "^1.0.9", |
25 | "pull-stream": "^3.6.1", |
26 | "read-directory": "^3.0.0", |
27 | "suggest-box": "^2.2.3" |
28 | }, |
29 | "devDependencies": { |
30 | "scuttlebot": "^10.4.10", |
31 | "ssb-keys": "^7.0.12", |
32 | "tape": "^4.8.0" |
33 | } |
34 | } |
35 |
Built with git-ssb-web