diff --git a/.gitignore b/.gitignore index 73998334a..3260a07c5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ utils/npm/README.md examples/deps/FileSaver.js examples/oscilloscope.html + +.idea diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..e8c3f36dd --- /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" + ], + "authors": [ + "Yotam Mann", "Yotam Mann " + ] + +} \ No newline at end of file