summaryrefslogtreecommitdiff
path: root/root-watcher/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'root-watcher/package.json')
-rw-r--r--root-watcher/package.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/root-watcher/package.json b/root-watcher/package.json
deleted file mode 100644
index d6e86d78..00000000
--- a/root-watcher/package.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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"
- }
-}