Files
XCharts/package.json

26 lines
643 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",
2020-04-11 22:44:50 +08:00
"version": "1.4.0",
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
"unity",
"chart",
"xcharts",
"graphic",
"visualization",
"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",
"url": "git+https://github.com/monitor1394/unity-ugui-XCharts.git"
},
"author": "monitor1394",
"license": "MIT",
"bugs": {
"url": "https://github.com/monitor1394/unity-ugui-XCharts/issues"
},
2019-10-23 06:50:10 +08:00
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
2019-10-22 13:02:37 +08:00
}