1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-09-23 19:18:26 +02:00

Update package.json

This commit is contained in:
towneh 2023-07-05 22:52:50 +01:00 committed by GitHub
parent 575c5d3c02
commit b4812d1cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,14 @@
{
"name": "com.acchosen.vr-stage-lighting",
"displayName": "VR Stage Lighting",
"version": "2.4.0",
"description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"gitDependencies": {},
"vpmDependencies": {
"com.llealloo.audiolink": "0.3.2"
"name":"com.acchosen.vr-stage-lighting",
"displayName":"VR Stage Lighting",
"version":"2.4.0",
"description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"gitDependencies":{},
"vpmDependencies":{
"com.llealloo.audiolink":">=0.3.1"
},
"legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
"legacyFolders":{
"Assets\\VR-Stage-Lighting":""
},
"legacyFiles": {},
"dependencies": {
"com.llealloo.audiolink": "0.3.2"
}
"legacyFiles":{},
}