-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1010 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "com.fight4dream.locomotors.moveinplace.unity",
"displayName": "FIGHT4DREAM Locomotors.MoveInPlace.Unity",
"description": "Activate and swing the controllers to move.",
"version": "2.0.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"pattern"
],
"homepage": "https://github.com/fight4dream/Fight4Dream.Locomotors.MoveInPlace.Unity/",
"bugs": {
"url": "https://github.com/fight4dream/Fight4Dream.Locomotors.MoveInPlace.Unity/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/fight4dream/Fight4Dream.Locomotors.MoveInPlace.Unity.git"
},
"license": "MIT",
"author": {
"name": "FIGHT4DREAM LIMITED",
"email": "[email protected]",
"url": "https://www.fight4dream.com"
},
"dependencies": {
"io.extendreality.zinnia.unity": "2.0.0",
"com.fight4dream.zinnia.speedchecker.unity": "2.0.0"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Runtime"
]
}