Skip to content

Commit 475a816

Browse files
authored
Create package.json
1 parent 7f99a41 commit 475a816

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "com.veittech.unigram.payment",
3+
"version": "1.0.7",
4+
"displayName": "Unigram Payment",
5+
"description": "A library for making payments inside web applications made on Unity using a new internal currency - Telegram Stars.",
6+
"unity": "2020.3",
7+
"unityRelease": "0f7",
8+
"keywords": [
9+
"Unity",
10+
"Telegram",
11+
"Telegram Stars",
12+
"Telegram Payment",
13+
"Telegram Web App",
14+
"Telegram Bot API",
15+
"WebGL"
16+
],
17+
"author":
18+
{
19+
"name": "MrVeit",
20+
"email": "[email protected]"
21+
}
22+
}

0 commit comments

Comments
 (0)