-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
42 lines (42 loc) · 1.27 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "org.visualpinball.engine.unity",
"version": "0.0.1-preview.130",
"displayName": "Visual Pinball Engine",
"description": "Main project of the Visual Pinball Engine.",
"unity": "2021.3",
"unityRelease": "0f1",
"dependencies": {
"com.bartofzo.nativetrees": "0.1.6",
"com.unity.formats.fbx": "4.1.2",
"com.unity.inputsystem": "1.3.0",
"com.unity.ugui": "1.0.0",
"com.unity.test-framework": "1.1.31"
},
"keywords": [
"Pinball",
"Unity"
],
"author": "freezy <[email protected]>",
"contributors": [
"ravarcade <[email protected]>",
"shaderbytes",
"jsm174 <[email protected]>",
"Roger Bocksnick <[email protected]>",
"VrôÕnsh <[email protected]>",
"Rowlan",
"Kleis Auke Wolthuizen <[email protected]>",
"Eli Curtz <[email protected]>",
"Pandeli",
"Cupid"
],
"documentationUrl": "https://docs.visualpinball.org/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/freezy/VisualPinball.Engine/blob/master/LICENSE",
"publishConfig": {
"registry": "https://registry.visualpinball.org"
},
"repository": {
"url": "https://github.com/freezy/VisualPinball.Engine",
"type": "git"
}
}