From c6a918d9962dcf2354483b709b8bf0fffbbc3983 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 28 Oct 2015 12:50:48 -0700 Subject: HTTP test code. --- tests/http/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/http/package.json (limited to 'tests/http/package.json') diff --git a/tests/http/package.json b/tests/http/package.json new file mode 100644 index 00000000..173a6f99 --- /dev/null +++ b/tests/http/package.json @@ -0,0 +1,16 @@ +{ + "name": "zerotier-test-http", + "version": "1.0.0", + "description": "ZeroTier in-network HTTP test", + "main": "agent.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "ZeroTier, Inc.", + "license": "GPL-3.0", + "dependencies": { + "async": "^1.5.0", + "express": "^4.13.3", + "ipaddr.js": "^1.0.3" + } +} -- cgit v1.2.3