-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.33 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
{
"name": "org.visualpinball.engine.unity.hdrp",
"version": "0.0.1-preview.196",
"displayName": "Visual Pinball Engine (HDRP)",
"description": "High Definition Render Pipeline support",
"keywords": [
"Unity",
"HDRP"
],
"unity": "6000.0",
"unityRelease": "37f1",
"dependencies": {
"com.unity.render-pipelines.high-definition": "17.0.3",
"com.unity.render-pipelines.high-definition-config": "17.0.3",
"org.visualpinball.engine.unity": "0.0.1-preview.149",
"org.visualpinball.unity.assetlibrary": "0.0.1-preview.59"
},
"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",
"Arthur Kehrwald"
],
"documentationUrl": "https://docs.visualpinball.org/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Unity.Hdrp/blob/master/LICENSE",
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.Hdrp.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}