-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 969 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
{
"name": "com.realitycollective.service-framework",
"displayName": "RealityCollective.Service-Framework",
"description": "The Service Framework component for the Reality Toolkit by the Reality Collective.",
"keywords": [
"unity",
"Tools",
"Services",
"Extensions"
],
"version": "1.0.8",
"unity": "2020.3",
"homepage": "https://serviceframework.realitycollective.net/",
"bugs": {
"url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/realitycollective/com.realitycollective.service-framework.git"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.realitycollective.utilities": "1.0.13",
"com.unity.test-framework": "1.1.33"
}
}