-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 916 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
{
"author": {
"email": "[email protected]",
"name": "NovaVoidHowl",
"url": "https://novavoidhowl.uk/"
},
"changelogUrl": "https://github.com/NovaVoidHowl/CVRFury/releases",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.1.0",
"com.unity.vectorgraphics": "2.0.0-preview.21"
},
"description": "The aim of this project is to create a tool kit that can process VRCFury supported content for use in Chillout VR.",
"displayName": "CVRFury",
"documentationUrl": "https://docs.cvrfury.uk/",
"keywords": [],
"licensesUrl": "https://github.com/NovaVoidHowl/CVRFury/blob/main/LICENSE.md",
"name": "uk.novavoidhowl.dev.cvrfury",
"repository": {
"type": "git",
"url": "https://github.com/NovaVoidHowl/CVRFury.git"
},
"unity": "2021.3",
"unityRelease": "23f1",
"version": "0.186.0-alpha"
}