library.json 915 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "name": "OneWire",
  34. "authors": "Paul Stoffregen",
  35. "frameworks": "arduino"
  36. },
  37. "version": "3.8.1",
  38. "frameworks": "arduino",
  39. "platforms": "*"
  40. }