key-collection
Version:
Hyperdb-based collection of 32-byte keys
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "key-collection",
"version": "2.0.1",
"description": "Hyperdb-based collection of 32-byte keys",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js --coverage"
},
"bin": {
"key-collection": "bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/key-collection.git"
},
"keywords": [
"key",
"collection",
"hyperdb"
],
"files": [
"index.js",
"spec/",
"bin.js"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/key-collection/issues"
},
"homepage": "https://github.com/holepunchto/key-collection#readme",
"devDependencies": {
"brittle": "^3.16.2",
"standard": "^17.1.2"
},
"dependencies": {
"corestore": "^7.4.2",
"graceful-goodbye": "^1.3.3",
"hyperdb": "^5.0.0",
"hyperschema": "^1.11.0",
"hyperswarm": "^4.11.7",
"paparam": "^1.8.3",
"resolve-reject-promise": "^1.1.0",
"yaml": "^2.7.1"
}
}