You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

7 years ago
7 years ago
7 years ago
  1. {
  2. "name": "TinyGSM",
  3. "version": "0.3.30",
  4. "description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968",
  5. "keywords": "GSM, AT commands, AT, SIM800, SIM900, A6, A7, M590, ESP8266, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968",
  6. "authors":
  7. [
  8. {
  9. "name": "Sara Damiano",
  10. "email": "sdamiano@stroudcenter.org",
  11. "url": "https://envirodiy.org/",
  12. "maintainer": true
  13. },
  14. {
  15. "name": "Volodymyr Shymanskyy",
  16. "url": "https://github.com/vshymanskyy"
  17. }
  18. ],
  19. "repository":
  20. {
  21. "type": "git",
  22. "url": "https://github.com/EnviroDIY/TinyGSM.git"
  23. },
  24. "homepage": "https://github.com/vshymanskyy/TinyGSM",
  25. "export": {
  26. "exclude": [ "extras/*", "tools/*" ]
  27. },
  28. "frameworks": [ "arduino", "energia", "wiringpi" ],
  29. "platforms": "*",
  30. "examples": "examples/*/*.ino"
  31. }