-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "corestore",
"version": "7.0.1",
"description": "A Hypercore factory that simplifies managing collections of cores.",
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"b4a": "^1.6.7",
"bare-events": "^2.5.0",
"hypercore": "^11.0.0",
"hypercore-crypto": "^3.4.2",
"hypercore-id-encoding": "^1.3.0",
"ready-resource": "^1.1.1",
"sodium-universal": "^4.0.1"
},
"devDependencies": {
"brittle": "^3.7.0",
"rache": "^1.0.0",
"standard": "^17.1.2",
"test-tmp": "^1.3.0"
},
"scripts": {
"test": "standard && brittle test/*.js"
},
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"repository": {
"type": "git",
"url": "https://github.com/holepunchto/corestore2.git"
},
"author": "Holepunch Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/corestore2/issues"
},
"homepage": "https://github.com/holepunchto/corestore2"
}