summaryrefslogtreecommitdiff
path: root/nodejs-zt1-client/package.json
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-26 09:01:58 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-26 09:01:58 -0700
commitba7809367a8ef1c628bc927e2d4148b6dc43fa46 (patch)
tree59482b8dd96d78e65da40d1d5a80ef12ddc5266f /nodejs-zt1-client/package.json
parent5e3c6d9e0d89b8284cf60978b658dab12d2814d1 (diff)
downloadinfinitytier-ba7809367a8ef1c628bc927e2d4148b6dc43fa46.tar.gz
infinitytier-ba7809367a8ef1c628bc927e2d4148b6dc43fa46.zip
JS stuff reorg.
Diffstat (limited to 'nodejs-zt1-client/package.json')
-rw-r--r--nodejs-zt1-client/package.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/nodejs-zt1-client/package.json b/nodejs-zt1-client/package.json
deleted file mode 100644
index 953f6d37..00000000
--- a/nodejs-zt1-client/package.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "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"
- }
-}