summaryrefslogtreecommitdiff
path: root/attic/root-watcher/package.json
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-06-01 12:57:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-06-01 12:57:44 -0700
commit7f4da08ff7af6f5d2a06001f70dae906a859c66e (patch)
tree4880ab01768f1db00b37deeb80d0028ccdd7e3ab /attic/root-watcher/package.json
parent1f9414a30f59af1beb8370a3710c7ebdfd300de9 (diff)
downloadinfinitytier-7f4da08ff7af6f5d2a06001f70dae906a859c66e.tar.gz
infinitytier-7f4da08ff7af6f5d2a06001f70dae906a859c66e.zip
.
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"
+ }
+}