From f23ca14556c4d4283dfd490ef838eac5d21930b9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 15 Sep 2015 19:08:53 +0100 Subject: [PATCH] 1st iteration --- package.json | 29 +++++++++++++++++++++++++++++ tests/test-ac.js | 0 tests/test-as.js | 0 3 files changed, 29 insertions(+) create mode 100644 package.json create mode 100644 tests/test-ac.js create mode 100644 tests/test-as.js 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