forked from XCharts-Team/XCharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "3.8.0",
"date": "20230801",
"checkdate": "20230801",
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity.",
"keywords": [
"chart",
"charts",
"graph",
"unity-chart",
"data-visualization"
],
"category": "chart",
"repository": {
"type": "git",
"url": "git+https://github.com/XCharts-Team/XCharts.git"
},
"author": "monitor1394",
"license": "MIT",
"bugs": {
"url": "https://github.com/XCharts-Team/XCharts/issues"
},
"homepage": "https://github.com/XCharts-Team/XCharts"
}