-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 808 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 808 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": "com.open-commissioning.core",
"version": "1.3.8",
"displayName": "Open Commissioning",
"description": "Open Commissioning is an open source framework for virtual commissioning. The goal is to provide an open platform for testing and commissioning of PLC code using a virtual model.",
"unity": "2022.3",
"documentationUrl": "",
"changelogUrl": "",
"licensesUrl": "",
"author": {
"name": "SpiraTec AG",
"email": [
"michael.kasseckert@spiratec.com",
"viktor.gaponenko@spiratec.com",
"jan.nagel@spiratec.com",
"moritz.langer@spiratec.com"
],
"url": "https://www.spiratec.com/en/contact/"
},
"samples": [
{
"displayName": "Demo",
"description": "Demo scenes with basic components",
"path": "Samples~/Demo"
}
]
}