You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
453 B
16 lines
453 B
{ |
|
"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": { |
|
"async": "^2.3.0", |
|
"pg": "^6.1.5", |
|
"zlib": "^1.0.5" |
|
} |
|
}
|
|
|