blob: 8eda13ad44e444eb8f0801a99f3d2da2ae352b50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "zt1-controller-client",
"version": "1.0.0",
"description": "ZeroTier One network controller client for NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ZeroTier, Inc.",
"license": "BSD",
"dependencies": {
"request": "^2.55.0"
}
}
|