js-libp2p-tcp/package.json

30 lines
755 B
JSON
Raw Normal View History

2015-09-15 19:08:53 +01:00
{
"name": "libp2p-tcp",
"version": "0.0.0",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the abstract-connection interface",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"pre-commit": [
],
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/node-libp2p-tcp.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/node-libp2p-tcp/issues"
},
"homepage": "https://github.com/diasdavid/node-libp2p-tcp",
"devDependencies": {
"pre-commit": "^1.1.1",
"standard": "^5.2.2",
"tape": "^4.2.0"
}
}