This repository has been archived by the owner on May 23, 2021. It is now read-only.
forked from andrewosh/old-corestore
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.51 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
50
51
52
53
54
55
56
57
58
{
"name": "@frando/corestore",
"version": "1.2.2",
"description": "Yet another hypercore manager, but this time with permissioned access to 'cores",
"main": "node.js",
"browser": "browser.js",
"scripts": {
"test": "standard && tape test/*.js",
"example": "cd example; npm install && npm run dev"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/corestore.git"
},
"keywords": [
"hypercore",
"storage",
"permissions"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/corestore/issues"
},
"homepage": "https://github.com/andrewosh/corestore#readme",
"dependencies": {
"dat-encoding": "^5.0.1",
"dat-swarm-defaults": "^1.0.1",
"debug": "^3.1.0",
"discovery-swarm": "^5.1.1",
"discovery-swarm-web": "^1.0.5",
"fs-extra": "^6.0.1",
"hypercore": "^6.25.0",
"hypercore-protocol": "^6.6.4",
"level": "^4.0.0",
"level-browserify": "^2.0.0",
"lru": "^3.1.0",
"mutexify": "^1.2.0",
"random-access-file": "^2.1.0",
"random-access-web": "^2.0.1",
"randombytes": "^2.1.0",
"sublevel-prefixer": "^1.0.0",
"subleveldown": "^3.0.1"
},
"devDependencies": {
"encoding-down": "^6.0.2",
"level-mem": "^3.0.1",
"levelup": "^4.0.1",
"memdown": "^4.0.0",
"mkdirp": "^0.5.1",
"random-access-memory": "^3.1.1",
"standard": "^11.0.1",
"tape": "^4.9.0"
}
}