2
0

package.json 680 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "UPACKER",
  3. "description": "building and parsing data frames to be sent over a serial interface",
  4. "description_zh": "串行通信链路协议",
  5. "keywords": [
  6. "LedBlink"
  7. ],
  8. "category": "peripherals",
  9. "author": {
  10. "name": "zpw",
  11. "email": "aeo1234@qq.com"
  12. },
  13. "license": "GPL-2.0",
  14. "repository": "https://github.com/aeo123/upacker.git",
  15. "icon": "unknown",
  16. "homepage": "https://github.com/aeo123/upacker.git",
  17. "doc": "https://github.com/aeo123/upacker.git",
  18. "site": [
  19. {
  20. "version": "latest",
  21. "URL": "https://github.com/aeo123/upacker.git",
  22. "filename": "Null for git package",
  23. "VER_SHA": "master"
  24. }
  25. ]
  26. }