-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 1.12 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
{
"name": "org.visualpinball.unity.assetlibrary",
"version": "0.0.1-preview.58",
"displayName": "Visual Pinball Engine (Common Assets)",
"description": "Common assets for all render pipelines.",
"keywords": [
"Assets",
"Unity"
],
"unity": "2020.2",
"unityRelease": "0f1",
"dependencies": {},
"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"
],
"documentationUrl": "https://docs.visualpinball.org/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Unity.AssetLibrary/blob/master/LICENSE.md",
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Unity.AssetLibrary.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}