Adding bower.json back

fixes #197
[skip ci]
This commit is contained in:
Yotam Mann 2017-03-05 13:45:26 -05:00
parent 752a0a6bc4
commit 266fd3e0ef

18
bower.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "tone",
"description": "A Web Audio framework for making interactive music in the browser.",
"main": "build/Tone.js",
"keywords": [
"tone",
"tonejs",
"web audio"
],
"ignore": [
"examples",
"test",
"gulp"
],
"authors": [
"Yotam Mann", "Yotam Mann <yotam@tonejs.org>"
]
}