package.json 646 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Uparam",
  3. "description": "Manage system parameters with FLASH",
  4. "description_zh": "系统参数读写管理、持久化",
  5. "keywords": [
  6. "Uparam"
  7. ],
  8. "category": "misc",
  9. "author": {
  10. "name": "zpw",
  11. "email": "aeo1234@qq.com"
  12. },
  13. "license": "GPL-2.0",
  14. "repository": "https://github.com/aeo123/uparam.git",
  15. "icon": "unknown",
  16. "homepage": "https://github.com/aeo123/uparam.git",
  17. "doc": "https://github.com/aeo123/uparam.git",
  18. "site": [
  19. {
  20. "version": "latest",
  21. "URL": "https://github.com/aeo123/uparam.git",
  22. "filename": "Null for git package",
  23. "VER_SHA": "master"
  24. }
  25. ]
  26. }