library.json 869 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "DallasTemperature",
  3. "keywords": "onewire, 1-wire, bus, sensor, temperature",
  4. "description": "Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Miles Burton",
  14. "email": "miles@mnetcs.com",
  15. "url": "http://www.milesburton.com",
  16. "maintainer": true
  17. },
  18. {
  19. "name": "Tim Newsome",
  20. "email": "nuisance@casualhacker.net"
  21. },
  22. {
  23. "name": "Guil Barros",
  24. "email": "gfbarros@bappos.com"
  25. },
  26. {
  27. "name": "Rob Tillaart",
  28. "email": "rob.tillaart@gmail.com"
  29. }
  30. ],
  31. "dependencies":
  32. {
  33. "paulstoffregen/OneWire": "^2.3.5"
  34. },
  35. "version": "3.9.1",
  36. "frameworks": "arduino",
  37. "platforms": "*"
  38. }