diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..8801748f --- /dev/null +++ b/bower.json @@ -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 " + ] +} \ No newline at end of file