-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 1.04 KB
/
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
{
"name": "com.tesla.api.wrapper",
"version": "1.0.0",
"displayName": "TeslaKit",
"description": "The Tesla API Unity/C# Wrapper gives you the ability to easily use the Tesla API from your Unity applications. You can make state or command requests to your vehicle and add more endpoints for future supported features of each Tesla model. This project also contains immersive examples for creating XR applications to control your Tesla using new digital mediums.",
"unity": "2020.2",
"unityRelease": "1f1",
"dependencies": {
"com.unity.textmeshpro": "3.0.1"
},
"keywords": [
"API Wrapper"],
"author": {
"name": "Jackson Barnes"
},
"samples": [
{
"displayName": "Standard",
"description": "Assets that show how to use the Tesla API with a pre-built client interface",
"path": "Samples~/Standard"
},
{
"displayName": "NextMind",
"description": "Assets for controlling a Tesla with your brain using the NextMind BCI headset",
"path": "Samples~/NextMind"
}
]
}