forked from continuation-team/unity-ton-connect
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 554 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.veittech.uniton.connect",
"version": "0.5.7",
"displayName": "Uniton Connect",
"description": "A library for convenient work with the Ton ecosystem inside web applications on Unity.",
"unity": "2020.3",
"unityRelease": "0f6",
"keywords": [
"Unity",
"Telegram",
"TonConnect",
"Ton",
"TheOpenNetwork",
"WebGL"
],
"author":
{
"name": "MrVeit",
"email": "misster.veit@gmail.com",
"url": "https://github.com/MrVeit/Veittech-UnitonConnect"
}
}