generated from IvanMurzak/Unity-Package-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "dev.oxido.openmusicplayer",
"displayName": "Open Music Player",
"author": {
"name": "Jaime Hernandez",
"email": "aestial@me.com",
"url": "https://github.com/Aestial"
},
"license": "MIT",
"version": "0.1.9",
"unity": "2019.4",
"description": "Open and simple music playback system based on Events and ScriptableObjects playlists",
"keywords": [
"music",
"player",
"playback",
"playlist",
"system"
],
"homepage": "https://github.com/Aestial/Unity-OpenMusicPlayer",
"bugs": {
"url": "https://github.com/Aestial/Unity-OpenMusicPlayer/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Aestial/Unity-OpenMusicPlayer.git"
},
"dependencies": {
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.9",
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
},
"samples": [
{
"displayName": "HUD Samples",
"description": "Multiple music player HUD views",
"path": "Samples~/HUD"
},
{
"displayName": "Singleton Player",
"description": "Don't Destroy On Load singleton wrapper",
"path": "Samples~/Singleton"
}
]
}