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/root-watcher/package.json
Adam Ierymenko ff2b219abd root-watcher code
2017-04-04 12:39:14 -07:00

15 lines
408 B
JSON

{
"name": "zerotier-root-watcher",
"version": "1.0.0",
"description": "Simple background service to watch a cluster of roots and record peer info into a database",
"main": "zerotier-root-watcher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ZeroTier, Inc. <contact@zerotier.com>",
"license": "GPL-3.0",
"dependencies": {
"pg": "^6.1.5"
}
}