hypercore-list
Version:
An ordered collection of hypercores
40 lines (39 loc) • 876 B
JSON
{
"name": "hypercore-list",
"version": "0.0.1",
"description": "An ordered collection of hypercores",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/dcent-tech/hypercore-list.git"
},
"files": [
"index.js"
],
"keywords": [
"Hypercore",
"list",
"ordered",
"collection"
],
"author": "H. Degroote",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/dcent-tech/hypercore-list/issues"
},
"homepage": "https://gitlab.com/dcent-tech/hypercore-list#readme",
"dependencies": {
"compact-encoding": "^2.15.0",
"hypercore-id-encoding": "^1.3.0",
"hypercore-rehoster": "^2.0.0",
"sub-encoder": "^2.1.3"
},
"devDependencies": {
"corestore": "^6.18.4",
"hyperbee": "^2.20.0",
"standard": "^17.1.2"
}
}