package.json 399 B

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