package.json 798 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.monitor1394.xcharts",
  3. "displayName": "XCharts",
  4. "version": "2.5.0",
  5. "date": "20211127",
  6. "checkdate": "20211127",
  7. "desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
  8. "unity": "2018.3",
  9. "description": "A charting and data visualization library for Unity.",
  10. "keywords": [
  11. "unity",
  12. "chart",
  13. "xcharts",
  14. "graphic",
  15. "visualization",
  16. "data-visualization"
  17. ],
  18. "category": "chart",
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/monitor1394/unity-ugui-XCharts.git"
  22. },
  23. "author": "monitor1394",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/monitor1394/unity-ugui-XCharts/issues"
  27. },
  28. "homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
  29. }