mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-28 05:51:18 +00:00
32 lines
884 B
JSON
32 lines
884 B
JSON
{
|
|
"name": "interface-record-store",
|
|
"version": "0.1.3",
|
|
"description": "A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store",
|
|
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/libp2p/interface-record-store.git"
|
|
},
|
|
"keywords": [
|
|
"IPFS"
|
|
],
|
|
"engines": {
|
|
"node": "^4.0.0"
|
|
},
|
|
"author": "David Dias <daviddias@ipfs.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/libp2p/interface-record-store/issues"
|
|
},
|
|
"homepage": "https://github.com/libp2p/interface-record-store",
|
|
"dependencies": {
|
|
"ecdsa": "~0.7.0",
|
|
"ipld": "~0.22.0",
|
|
"multihashing": "~0.3.3",
|
|
"timed-tape": "~0.1.1"
|
|
}
|
|
}
|