js-libp2p-interfaces/package.json
2016-08-04 19:12:25 +02:00

31 lines
829 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",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/interface-record-store.git"
},
"keywords": [
"IPFS"
],
"engines": {
"node": "^4.0.0"
},
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/interface-record-store/issues"
},
"homepage": "https://github.com/diasdavid/interface-record-store",
"dependencies": {
"ecdsa": "^0.7.0",
"ipld": "^0.6.0",
"multihashing": "^0.2.1",
"timed-tape": "^0.1.0"
}
}