1st iteration

This commit is contained in:
David Dias 2015-09-15 19:08:53 +01:00
parent 7e2e383f1b
commit f23ca14556
3 changed files with 29 additions and 0 deletions

29
package.json Normal file
View File

@ -0,0 +1,29 @@
{
"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"
}
}

0
tests/test-ac.js Normal file
View File

0
tests/test-as.js Normal file
View File