js-libp2p-interfaces/package.json

31 lines
820 B
JSON
Raw Normal View History

2015-09-06 12:39:19 +01:00
{
2015-12-11 20:27:55 -08:00
"name": "interface-record-store",
2016-03-22 14:26:52 +00:00
"version": "0.1.3",
2015-09-06 12:39:19 +01:00
"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",
2017-02-09 08:50:57 -08:00
"url": "https://github.com/libp2p/interface-record-store.git"
2015-09-06 12:39:19 +01:00
},
"keywords": [
"IPFS"
],
2015-09-14 11:20:19 +01:00
"engines": {
"node": "^4.0.0"
},
2015-09-06 12:39:19 +01:00
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
2017-02-09 08:50:57 -08:00
"url": "https://github.com/libp2p/interface-record-store/issues"
2015-09-06 12:39:19 +01:00
},
2017-02-09 08:50:57 -08:00
"homepage": "https://github.com/libp2p/interface-record-store",
2015-09-06 12:39:19 +01:00
"dependencies": {
2017-02-09 08:50:57 -08:00
"ecdsa": "~0.7.0",
"ipld": "~0.6.0",
"multihashing": "~0.3.2",
2017-02-09 08:50:57 -08:00
"timed-tape": "~0.1.1"
2015-09-06 12:39:19 +01:00
}
}