summaryrefslogtreecommitdiff
path: root/js/zt1-api-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 /js/zt1-api-client/package.json
parent5e3c6d9e0d89b8284cf60978b658dab12d2814d1 (diff)
downloadinfinitytier-ba7809367a8ef1c628bc927e2d4148b6dc43fa46.tar.gz
infinitytier-ba7809367a8ef1c628bc927e2d4148b6dc43fa46.zip
JS stuff reorg.
Diffstat (limited to 'js/zt1-api-client/package.json')
-rw-r--r--js/zt1-api-client/package.json15
1 files changed, 15 insertions, 0 deletions
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"
+ }
+}