-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1008 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 1008 Bytes
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
{
"name": "dev.vrlabs.particle-bufferer",
"displayName": "Particle Bufferer",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "A tool for turning particles into buffer particles.",
"author": {
"name": "VRLabs",
"email": "mail@vrlabs.dev",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Particle-Bufferer",
"vpmDependencies": {},
"legacyFolders": {},
"unityPackageDestinationFolder": "Assets/VRLabs/Particle-Bufferer",
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Particle-Bufferer": "84d6f00cc81b69845bd84ce2c279ca6a"
},
"vccRepoCategory": "components",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Particle-Bufferer/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Particle-Bufferer/main/Media/Web/Preview.webp"
},
"questCompatibility": "full"
}