-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.38 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.tilia.{scope}.{feature}.{platform?}",
"displayName": "Tilia {scope}.{feature}.{platform?}",
"description": "{Description of feature.}",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.{scope}.{feature}.{platform?}/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.{scope}.{feature}.{platform?}/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.{scope}.{feature}.{platform?}/blob/master/LICENSE.md",
"version": "1.0.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
"pattern"
],
"homepage": "https://github.com/ExtendRealityLtd/Tilia.{scope}.{feature}.{platform?}/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Tilia.{scope}.{feature}.{platform?}/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ExtendRealityLtd/Tilia.{scope}.{feature}.{platform?}.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "[email protected]",
"url": "https://github.com/ExtendRealityLtd"
},
"dependencies": {
"io.extendreality.zinnia.unity": "X.Y.Z"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"*.xml",
"Documentation",
"Runtime"
]
}