summaryrefslogtreecommitdiff
path: root/nodejs-zt1-client/package.json
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-16 16:32:13 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-16 16:32:13 -0700
commitcf51961d523222815cde064d88955aee88352eb5 (patch)
tree5acbd2c1ce94af64ba9c0cff1669a8d200bb11fc /nodejs-zt1-client/package.json
parentc9fd8de007540df6f0d2ae7ad07b1c9daa128b93 (diff)
downloadinfinitytier-cf51961d523222815cde064d88955aee88352eb5.tar.gz
infinitytier-cf51961d523222815cde064d88955aee88352eb5.zip
.
Diffstat (limited to 'nodejs-zt1-client/package.json')
-rw-r--r--nodejs-zt1-client/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/nodejs-zt1-client/package.json b/nodejs-zt1-client/package.json
new file mode 100644
index 00000000..c840d8ae
--- /dev/null
+++ b/nodejs-zt1-client/package.json
@@ -0,0 +1,14 @@
+{
+ "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": {
+ "request": "^2.55.0"
+ }
+}