js-libp2p-interfaces/package.json

33 lines
795 B
JSON
Raw Normal View History

2015-07-10 18:47:49 -07:00
{
2015-12-11 20:48:29 -08:00
"name": "interface-stream-muxer",
2015-12-11 20:48:35 -08:00
"version": "0.2.5",
2015-07-10 18:47:49 -07:00
"description": "A test suite and interface you can use to implement a stream muxer.",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2015-12-11 20:48:29 -08:00
"url": "https://github.com/diasdavid/interface-stream-muxer.git"
2015-07-10 18:47:49 -07:00
},
"keywords": [
"Streams",
"Muxer",
2015-12-11 20:48:29 -08:00
"interface",
2015-07-10 18:47:49 -07:00
"Interface"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
2015-12-11 20:48:29 -08:00
"url": "https://github.com/diasdavid/interface-stream-muxer/issues"
2015-07-10 18:47:49 -07:00
},
2015-12-11 20:48:29 -08:00
"homepage": "https://github.com/diasdavid/interface-stream-muxer",
2015-07-10 22:02:57 -07:00
"dependencies": {
2015-07-22 13:00:10 -07:00
"stream-pair": "^1.0.3",
"timed-tape": "^0.1.0"
2015-07-10 22:02:57 -07:00
}
2015-07-10 18:47:49 -07:00
}