mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-15 07:21:59 +00:00
15 lines
367 B
JSON
15 lines
367 B
JSON
|
{
|
||
|
"name": "zt1-netconf-service",
|
||
|
"version": "0.0.0",
|
||
|
"description": "Worker in charge of issuing network configuration from ZeroTier One netconf masters",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "ZeroTier Networks LLC",
|
||
|
"license": "GPL",
|
||
|
"dependencies": {
|
||
|
"redis": "~0.10.1"
|
||
|
}
|
||
|
}
|