mirror of
https://github.com/sbrl/soundbox.git
synced 2018-01-10 21:33:43 +00:00
Add npm package.json
This commit is contained in:
parent
5b19eadb79
commit
5913a28f87
1 changed files with 27 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "sound-box",
|
||||
"version": "0.2.0",
|
||||
"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"
|
||||
}
|
Loading…
Reference in a new issue