diff --git a/package.json b/package.json new file mode 100644 index 0000000..2309e6b --- /dev/null +++ b/package.json @@ -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 ", + "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" + } +} diff --git a/tests/test-ac.js b/tests/test-ac.js new file mode 100644 index 0000000..e69de29 diff --git a/tests/test-as.js b/tests/test-as.js new file mode 100644 index 0000000..e69de29