-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 877 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 877 Bytes
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
{
"name": "org.visualpinball.unity.assets",
"version": "0.0.1-preview.6",
"displayName": "Visual Pinball Engine (Assets)",
"description": "Common assets for HDRP.",
"keywords": [
"Assets",
"Unity"
],
"unity": "6000.2",
"unityRelease": "0f1",
"dependencies": {},
"author": "freezy <freezy@vpdb.io>",
"contributors": [
"jsm174 <jsm174@gmail.com>",
"Pandeli",
"Arthur Kehrwald"
],
"documentationUrl": "https://docs.visualpinball.org/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Unity.Assets/blob/master/LICENSE.md",
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.Assets.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}