-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "corestore",
"version": "6.18.4",
"description": "A Hypercore factory that simplifies managing collections of cores.",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/corestore.git"
},
"keywords": [
"corestore"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/corestore/issues"
},
"homepage": "https://github.com/holepunchto/corestore#readme",
"files": [
"index.js",
"lib/**.js"
],
"devDependencies": {
"brittle": "^3.2.2",
"rache": "^1.0.0",
"random-access-memory": "^6.2.0",
"standard": "^17.1.0",
"test-tmp": "^1.0.2"
},
"dependencies": {
"b4a": "^1.6.4",
"hypercore": "^10.37.10",
"hypercore-crypto": "^3.4.0",
"hypercore-id-encoding": "^1.2.0",
"read-write-mutexify": "^2.1.0",
"ready-resource": "^1.0.0",
"safety-catch": "^1.0.1",
"sodium-universal": "^4.0.0",
"xache": "^1.1.0"
}
}