Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
33 lines (33 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1010 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
28
29
30
31
32
33
{
"name": "org.visualpinball.engine.unity.visualscripting",
"version": "0.0.1-preview.15",
"displayName": "Visual Pinball Engine (Visual Scripting)",
"description": "Visual Scripting support",
"keywords": [
"Unity",
"Scripting",
"Script",
"Visual"
],
"unity": "6000.5",
"unityRelease": "0f1",
"dependencies": {
"com.unity.visualscripting": "1.9.11",
"org.visualpinball.engine.unity": "0.0.1-preview.90"
},
"author": "freezy <freezy@vpdb.io>",
"contributors": [
"jsm174 <jsm174@gmail.com>",
"Arthur Kehrwald"
],
"documentationUrl": "https://docs.visualpinball.org/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Unity.VisualScripting/blob/master/LICENSE",
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.VisualScripting.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}