2017-07-31 18:02:40 +00:00
|
|
|
{
|
|
|
|
"name": "sound-box",
|
2017-07-31 18:27:33 +00:00
|
|
|
"version": "0.2.2",
|
2017-07-31 18:02:40 +00:00
|
|
|
"description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!",
|
|
|
|
"main": "soundbox.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo No tests have been written yet."
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sbrl/soundbox.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"html",
|
|
|
|
"html5",
|
|
|
|
"javascript",
|
|
|
|
"web-audio-library",
|
|
|
|
"sound",
|
|
|
|
"browser"
|
|
|
|
],
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sbrl/soundbox/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sbrl/soundbox#readme"
|
|
|
|
}
|