From 7f4da08ff7af6f5d2a06001f70dae906a859c66e Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 1 Jun 2017 12:57:44 -0700 Subject: . --- attic/root-watcher/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 attic/root-watcher/package.json (limited to 'attic/root-watcher/package.json') 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. ", + "license": "GPL-3.0", + "dependencies": { + "async": "^2.3.0", + "pg": "^6.1.5", + "zlib": "^1.0.5" + } +} -- cgit v1.2.3