This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/netconf/tests/package.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"
}
}