-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 979 Bytes
/
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": "com.pixeldust.com.pixel-dust.audiophile",
"version": "1.8.7",
"displayName": "PixelDust Audiophile (alpha)",
"description": "A productivity tool to speed up SFX workflows in Unity!",
"unity": "2020.1",
"unityRelease": "0b5",
"documentationUrl": "https://example.com/",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"samples": [
{
"displayName": "Sound Events",
"description": "Contains samples for SoundEvents.",
"path": "Samples~/SoundEvents"
},
{
"displayName": "Sound Event Collections",
"description": "Contains samples for SoundEventCollections.",
"path": "Samples~/SoundEventCollections"
}
],
"keywords": [
"Audio",
"SFX",
"Sound"
],
"author": {
"name": "Pixel Dust",
"email": "alistair.m.obrien@gmail.com",
"url": "https://github.com/pixel-reverie"
},
"type": "tool",
"hideInEditor": true
}