JS stuff reorg.

This commit is contained in:
Adam Ierymenko
2015-05-26 09:01:58 -07:00
parent 5e3c6d9e0d
commit ba7809367a
3 changed files with 0 additions and 0 deletions

View File

@@ -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"
}
}