-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 697 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "com.dest-69.advanced-popup-system",
"version": "1.17.0",
"url": "https://github.com/Dest-69/advanced-popup-system",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"displayName": "Advanced Popup",
"description": "Advanced Popup System - is a free flexible popup system.\nYou can add and change functionality depending on your needs.",
"type": "library",
"unity": "2021.3",
"author": {
"name": "dest-69",
"email": "vetalpopovetskiy@gmail.com"
},
"hideInEditor": false,
"changelogUrl": "https://github.com/Dest-69/advanced-popup-system/releases",
"licensesUrl": "https://github.com/Dest-69/advanced-popup-system/blob/main/LICENSE"
}