1
0

package.json 665 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "hydrawise-api",
  3. "version": "1.0.0",
  4. "description": "Library for accessing the Hydrawise API via the cloud or directly on the local network",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/paulmolluzzo/hydrawise-api.git"
  8. },
  9. "main": "index.js",
  10. "keywords": [
  11. "hydrawise",
  12. "api",
  13. "iot",
  14. "sprinklers",
  15. "hunter",
  16. "hunter industries"
  17. ],
  18. "contributors": [
  19. "Martijn Dierckx",
  20. "Paul Molluzzo (https://paul.molluzzo.com)"
  21. ],
  22. "license": "MIT",
  23. "engines": {
  24. "node": ">=6.0.0",
  25. "npm": ">=3.8.0"
  26. },
  27. "dependencies": {
  28. "request": "^2.88.2",
  29. "request-promise": "^4.2.5"
  30. }
  31. }