-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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.139",
"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.153"
},
"author": "freezy <freezy@vpdb.io>",
"contributors": [
"ravarcade <ravarcade@gmail.com>",
"shaderbytes",
"jsm174 <jsm174@gmail.com>",
"Roger Bocksnick <roger.bocksnick@gmail.com>",
"VrôÕnsh <vroonsh@free.fr>",
"Rowlan",
"Kleis Auke Wolthuizen <info@kleisauke.nl>",
"Eli Curtz <eli@nuprometheus.com>",
"Pandeli"
],
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.Urp.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}