ZeroTierOne/nodejs-zt1-client/package.json

16 lines
359 B
JSON
Raw Normal View History

{
2015-05-16 23:32:13 +00:00
"name": "nodejs-zt1-client",
"version": "1.0.0",
2015-05-16 23:32:13 +00:00
"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"
}
}