forked from freezy/VisualPinball.Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 963 Bytes
/
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
{
"name": "org.visualpinball.engine.unity",
"version": "0.1.0",
"displayName": "Visual Pinball Engine",
"description": "Work In Progress!",
"unity": "2020.1",
"unityRelease": "2f1",
"dependencies": {
"com.unity.burst": "1.3.4",
"com.unity.collections": "0.12.0-preview.13",
"com.unity.entities": "0.14.0-preview.18",
"com.unity.rendering.hybrid": "0.8.0-preview.18",
"com.unity.jobs": "0.5.0-preview.14",
"com.unity.mathematics": "1.2.1",
"com.unity.test-framework": "1.1.16"
},
"keywords": [
"Pinball",
"Visual",
"Editor"
],
"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]>"
]
}