-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 898 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
{
"name": "modplayer-js",
"version": "1.0.0",
"description": "JavaScript player for SoundTracker/Noisetracker mod files using the webaudio AudioWorklet API.",
"scripts": {
"build": "microbundle -i js/mod-processor.js -o dist && cp dist/modplayer-js.js js/mod-processor-es5.js",
"server": "http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warpdesign/modplayer-js.git"
},
"keywords": [
"mod",
"tracker",
"webaudio",
"soundtracker",
"sample",
"es6",
"audioworklet"
],
"author": "Nicolas Ramz",
"license": "MIT",
"bugs": {
"url": "https://github.com/warpdesign/modplayer-js/issues"
},
"homepage": "https://github.com/warpdesign/modplayer-js#readme",
"devDependencies": {
"http-server": "^14.1.1",
"microbundle": "^0.15.1"
}
}