16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"name": "zt1-netconf-master-tests",
|
|
"version": "0.0.0",
|
|
"description": "Network configuration master tests",
|
|
"main": "runtests.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ZeroTier, Inc.",
|
|
"license": "GPL",
|
|
"dependencies": {
|
|
"redis": "~0.10.3",
|
|
"async": "~0.9.0"
|
|
}
|
|
}
|