mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 08:32:28 +00:00
1st iteration
This commit is contained in:
parent
7e2e383f1b
commit
f23ca14556
29
package.json
Normal file
29
package.json
Normal 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
0
tests/test-ac.js
Normal file
0
tests/test-as.js
Normal file
0
tests/test-as.js
Normal file
Loading…
x
Reference in New Issue
Block a user