Files
XCharts/package.json

28 lines
750 B
JSON
Raw Normal View History

{
2019-10-25 08:48:32 +08:00
"name": "com.monitor1394.xcharts",
2019-10-22 13:02:37 +08:00
"displayName": "XCharts",
2022-12-01 08:35:14 +08:00
"version": "3.5.0",
"date": "20221201",
2022-10-28 07:20:20 +08:00
"checkdate": "20221101",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
2019-10-23 18:59:34 +08:00
"unity": "2018.3",
2019-10-24 08:45:02 +08:00
"description": "A charting and data visualization library for Unity.",
2019-10-22 13:02:37 +08:00
"keywords": [
2019-10-24 08:45:02 +08:00
"chart",
2022-03-26 21:34:38 +08:00
"charts",
"graph",
2022-07-12 07:38:42 +08:00
"unity-chart",
2019-10-24 08:45:02 +08:00
"data-visualization"
2019-10-22 13:02:37 +08:00
],
2019-10-24 08:45:02 +08:00
"category": "chart",
2019-10-22 13:02:37 +08:00
"repository": {
"type": "git",
2022-03-20 20:58:17 +08:00
"url": "git+https://github.com/XCharts-Team/XCharts.git"
2019-10-22 13:02:37 +08:00
},
"author": "monitor1394",
"license": "MIT",
"bugs": {
2022-03-20 20:58:17 +08:00
"url": "https://github.com/XCharts-Team/XCharts/issues"
2019-10-22 13:02:37 +08:00
},
2022-03-20 20:58:17 +08:00
"homepage": "https://github.com/XCharts-Team/XCharts"
2019-10-22 13:02:37 +08:00
}