js-libp2p-interfaces/package.json

31 lines
829 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",
2015-12-11 20:28:06 -08:00
"version": "0.1.2",
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",
2015-12-11 20:27:55 -08:00
"url": "https://github.com/diasdavid/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": {
2015-12-11 20:27:55 -08:00
"url": "https://github.com/diasdavid/interface-record-store/issues"
2015-09-06 12:39:19 +01:00
},
2015-12-11 20:27:55 -08:00
"homepage": "https://github.com/diasdavid/interface-record-store",
2015-09-06 12:39:19 +01:00
"dependencies": {
2015-09-06 14:26:21 +01:00
"ecdsa": "^0.6.0",
2016-03-22 14:26:42 +00:00
"ipld": "^0.4.0",
2015-09-06 14:26:21 +01:00
"multihashing": "^0.1.3",
2015-09-06 12:39:19 +01:00
"timed-tape": "^0.1.0"
}
}