ZeroTierOne/js/zt1-api-client/package.json

16 lines
325 B
JSON
Raw Normal View History

{
2015-05-26 16:03:39 +00:00
"name": "zt1-api-client",
"version": "0.0.1",
"description": "ZeroTier One 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"
}
}