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.

24 lines
929 B

8 years ago
  1. {
  2. "name": "TinyGSM",
  3. "version": "0.1.3",
  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, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968",
  6. "authors":
  7. {
  8. "name": "Volodymyr Shymanskyy",
  9. "url": "https://github.com/vshymanskyy",
  10. "maintainer": true
  11. },
  12. "repository":
  13. {
  14. "type": "git",
  15. "url": "https://github.com/vshymanskyy/TinyGSM.git"
  16. },
  17. "homepage": "https://github.com/vshymanskyy/TinyGSM",
  18. "export": {
  19. "exclude": [ "extras", "tools" ]
  20. },
  21. "frameworks": [ "arduino", "energia", "wiringpi" ],
  22. "platforms": "*",
  23. "examples": "examples/*/*.ino"
  24. }