hyperdb-storage
Version:
Use a hyperdb as a storage backend for Dat, or any other hyper*-structure (eg. hypercore, hyperdrive, hypertrie).
32 lines (31 loc) • 757 B
JSON
{
"name": "hyperdb-storage",
"version": "0.1.1",
"description": "Use a hyperdb as a storage backend for Dat, or any other hyper*-structure (eg. hypercore, hyperdrive, hypertrie).",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lachenmayer/hyperdb-storage"
},
"keywords": [
"hyperdb",
"random-access-storage",
"dat",
"hypercore"
],
"author": "harry lachenmayer <harrylachenmayer@gmail.com>",
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"rafify": "^1.0.0",
"random-access-key-value": "^0.1.0"
},
"devDependencies": {
"hyperdb": "^3.3.0",
"random-access-memory": "^3.0.0",
"tape": "^4.9.1"
}
}