-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.sonic853.udon.event-calendar",
"version": "1.0.2",
"displayName": "Sonic853 - Udon Event Calendar",
"description": "Udon 活动日历",
"unity": "2022.3",
"homepage": "https://github.com/Sonic853/UdonEventCalendar",
"documentationUrl": "https://github.com/Sonic853/UdonEventCalendar",
"changelogUrl": "https://github.com/Sonic853/UdonEventCalendar/releases",
"licensesUrl": "https://github.com/Sonic853/UdonEventCalendar/blob/master/LICENSE",
"license": "LGPL-3.0-or-later",
"keywords": [],
"author": {
"name": "Sonic853",
"email": "[email protected]",
"url": "https://github.com/Sonic853"
},
"vpmDependencies": {
"com.sonic853.udon.translate-manager": "1.x.x",
"com.sonic853.udonlab.posterui": "1.x.x",
"com.sonic853.udonlab.arrayplus": "2.x.x",
"com.sonic853.udonlab.urlloader": "2.x.x"
}
}