-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 842 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.labbenchstudios.pdt.unity",
"version": "0.1.8",
"displayName": "LabBenchStudios PDT Package for Unity",
"description": "This experimental research project provides the necessary components and samples needed when working through the Programming Digital Twins curriculum in a Unity 6 environment.",
"unity": "6000.0",
"documentationUrl": "https://github.com/programming-digital-twins/LabBenchStudios-PDT-Unity/",
"changelogUrl": "https://github.com/programming-digital-twins/LabBenchStudios-PDT-Unity/",
"licensesUrl": "https://github.com/programming-digital-twins/LabBenchStudios-PDT-Unity/",
"keywords": [
"DigitalTwins",
"IoT",
"IIoT"
],
"dependencies": {
"com.unity.textmeshpro": "4.0.0"
},
"author": {
"name": "Lab Bench Studios",
"url": "https://labbenchstudios.com"
}
}