forked from ReactUnity/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 742 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
29
30
31
32
{
"name": "com.reactunity.core",
"author": {
"name": "Gokhan Kurt",
"email": "krtgkn@gmail.com",
"url": "https://github.com/KurtGokhan"
},
"displayName": "React Unity",
"version": "0.18.2",
"unity": "2019.4",
"description": "React renderer for Unity",
"keywords": [
"React",
"Framework",
"UI",
"UGUI",
"UIToolkit"
],
"category": "UI",
"type": "library",
"documentationUrl": "https://reactunity.github.io/",
"license": "MIT",
"samples": [],
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"repository": {
"url": "https://github.com/ReactUnity/core.git",
"type": "git"
}
}