blob: 18c9cf81a8fdfab3825a19fbc4bd6711fec170bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
}
}
|