-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ipfs-iiif-db",
"version": "2.4.0",
"description": "IIIF Annotations DB over IPFS",
"main": "src/node.js",
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build"
},
"bin": {
"ipfs-iiif-db-track": "src/cli/track.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgte/ipfs-iiif-DB.git"
},
"keywords": [
"ipfs",
"iiif",
"DB",
"CRDT"
],
"author": "Pedro Teixeira <i@pgte.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pgte/ipfs-iiif-DB/issues"
},
"homepage": "https://github.com/pgte/ipfs-iiif-DB#readme",
"dependencies": {
"async": "^2.4.0",
"backoff": "^2.5.0",
"colors": "^1.1.2",
"ipfs": "^0.24.1",
"y-array": "^10.1.0",
"y-indexeddb": "^8.1.9",
"y-ipfs-connector": "*",
"y-leveldb": "0.0.1",
"y-map": "^10.1.0",
"y-memory": "^8.0.8",
"yjs": "^12.3.0"
},
"devDependencies": {
"aegir": "^11.0.2",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"lint"
]
}