package.json 750 B

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