forked from grumdrig/jsfxr
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
29 lines (29 loc) · 839 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
{
"name": "jsfxr",
"version": "1.2.2",
"description": "8-bit sound effects generator based on sfxr",
"main": "sfxr.js",
"exports": [
"./sfxr.js",
"./riffwave.js"
],
"homepage": "https://github.com/chr15m/jsfxr",
"repository": {
"type": "git",
"url": "https://github.com/chr15m/jsfxr.git",
"web": "https://github.com/chr15m/jsfxr"
},
"bugs": {
"url": "https://github.com/chr15m/jsfxr/issues/"
},
"keywords": ["sfxr", "jsfxr", "8-bit", "sfx", "sound effects", "synth", "8bit", "retro", "chiptune", "audio", "music", "sound", "game development"],
"devDependencies": {
"live-server": "1.2.1",
"tape": "5.6.1"
},
"scripts": {
"serve": "live-server"
},
"files": ["sfxr.js", "riffwave.js", "UNLICENSE", "README.md", "sfxr-to-wav"],
"bin": {"sfxr-to-wav": "./sfxr-to-wav"}
}