git ssb

3+

arj / patchbook



Tree: ae6bf209553b27e848fed0b89c66a7d4b371ec3c

Files: ae6bf209553b27e848fed0b89c66a7d4b371ec3c / package.json

831 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 "depnest": "^1.3.0",
21 "deep-equal": "^1.0.1",
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 },
28 "devDependencies": {
29 "scuttlebot": "^10.4.10",
30 "ssb-keys": "^7.0.12",
31 "tape": "^4.8.0"
32 }
33}
34

Built with git-ssb-web