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