From ba7809367a8ef1c628bc927e2d4148b6dc43fa46 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 26 May 2015 09:01:58 -0700 Subject: JS stuff reorg. --- js/zt1-api-client/package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 js/zt1-api-client/package.json (limited to 'js/zt1-api-client/package.json') diff --git a/js/zt1-api-client/package.json b/js/zt1-api-client/package.json new file mode 100644 index 00000000..953f6d37 --- /dev/null +++ b/js/zt1-api-client/package.json @@ -0,0 +1,15 @@ +{ + "name": "nodejs-zt1-client", + "version": "1.0.0", + "description": "ZeroTier One Network Virtualization Service JSON API Client", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "ZeroTier, Inc.", + "license": "BSD", + "dependencies": { + "async": "^0.9.0", + "request": "^2.55.0" + } +} -- cgit v1.2.3