-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 915 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 915 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
{
"name": "net.laumania.fireworksmania-modtools",
"displayName": "Fireworks Mania Mod Tools",
"author": {
"name": "Laumania ApS",
"url": "https://github.com/Laumania/FireworksMania.ModTools"
},
"version": "2025.12.8",
"unity": "6000.2",
"description": "Mod Tools requiered for creating mods for Fireworks Mania",
"documentationUrl": "https://github.com/Laumania/FireworksMania.ModTools",
"keywords": [
"mod",
"laumania",
"fireworks mania"
],
"license": "Restricted use - see included license file",
"category": "Mods",
"dependencies": {
"com.unity.netcode.gameobjects": "2.7.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.cinemachine": "3.1.5",
"com.unity.inputsystem": "1.16.0",
"com.unity.timeline": "1.8.9",
"com.unity.postprocessing": "3.5.1"
}
}