summaryrefslogtreecommitdiff
path: root/attic/netconf-service/package.json
blob: 19e06917cd633a146b7d829800a3ab579d6b0216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "zt1-netconf-service",
  "version": "0.0.0",
  "description": "Worker in charge of issuing network configuration from ZeroTier One netconf masters",
  "main": "netconf-master.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "ZeroTier Networks LLC",
  "license": "GPL",
  "dependencies": {
    "redis": "~0.10.3",
    "async": "~0.9.0"
  }
}