-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 968 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
34
35
{
"name": "org.visualpinball.engine.unity.urp",
"version": "0.0.1-preview.132",
"displayName": "Visual Pinball Engine (URP)",
"description": "Universal Render Pipeline support.",
"keywords": [
"Unity",
"URP"
],
"unity": "2021.3",
"unityRelease": "0f1",
"dependencies": {
"com.unity.render-pipelines.universal": "12.1.6",
"org.visualpinball.engine.unity": "0.0.1-preview.130"
},
"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"
],
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.Urp.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}