-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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
{
"name": "org.visualpinball.engine.missionpinball",
"version": "0.0.1-preview.35",
"displayName": "Visual Pinball Engine (Mission Pinball Framework)",
"description": "Mission Pinball Framework support",
"keywords": [
"Unity",
"Mission Pinball Framework"
],
"unity": "6000.0",
"unityRelease": "37f1",
"dependencies": {
"org.visualpinball.engine.unity": "0.0.1-preview.119",
"com.unity.textmeshpro": "3.0.9",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"author": "freezy <freezy@vpdb.io>",
"contributors": [
"jsm174 <jsm174@gmail.com>",
"Arthur Kehrwald"
],
"documentationUrl": "https://docs.visualpinball.org/plugins/mpf/",
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Engine.Mpf/blob/master/LICENSE",
"repository": {
"url": "https://github.com/VisualPinball/VisualPinball.Engine.Mpf.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.visualpinball.org"
}
}