-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 888 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
{
"name": "hyperbeedown",
"version": "2.0.1",
"description": "A levelDOWN-compliant backend for Hyperbee",
"main": "index.js",
"scripts": {
"test": "standard && node test/all.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewosh/hyperbeedown.git"
},
"keywords": [
"leveldown",
"hyperdb",
"hyperarray",
"hyperbtree"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewosh/hyperbeedown/issues"
},
"homepage": "https://github.com/andrewosh/hyperbeedown#readme",
"devDependencies": {
"hypercore": "^9.5.0",
"levelup": "^4.4.0",
"random-access-memory": "^3.1.1",
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"dependencies": {
"abstract-leveldown": "^6.3.0",
"hyperbee": "0.0.14",
"inherits": "^2.0.4"
}
}