generated from vrchat-community/template-package
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
20 lines (20 loc) · 781 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "dev.hackebein.object-tracking",
"displayName": "Hackebein's Object Tracking Setup",
"version": "0.5.5",
"description": "Hackebein's setup for Object Tracking in VRChat",
"gitDependencies": {},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.7.0"
},
"author": {
"name": "Hackebein",
"email": "[email protected]",
"url": "https://hackebein.de"
},
"license": "GPL-3.0-only",
"licensesUrl": "https://github.com/Hackebein/Object-Tracking-Unitypackage/raw/main/Packages/dev.hackebein.object-tracking/LICENSE",
"documentationUrl": "https://github.com/Hackebein/Object-Tracking-Unitypackage/blob/main/README.md",
"changelogUrl": "https://github.com/Hackebein/Object-Tracking-Unitypackage/blob/main/CHANGELOG.md",
"unity": "2022.3"
}