JS stuff reorg.
This commit is contained in:
15
js/zt1-api-client/package.json
Normal file
15
js/zt1-api-client/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user