-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
38
39
{
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "2.16.2",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"pattern",
"spatial",
"xr",
"vr",
"ar",
"mr"
],
"homepage": "https://github.com/ExtendRealityLtd/Zinnia.Unity/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Zinnia.Unity/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ExtendRealityLtd/Zinnia.Unity.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "[email protected]",
"url": "https://github.com/ExtendRealityLtd"
},
"files": [
"*.md",
"*.meta",
"*.xml",
"Editor",
"Runtime",
"Dependencies",
"Tests"
]
}