added bower.json

This commit is contained in:
Luke Phillips 2014-09-18 18:24:17 +01:00
parent 01003bc9d5
commit 4c3e4cf423
2 changed files with 20 additions and 0 deletions

2
.gitignore vendored
View file

@ -22,3 +22,5 @@ utils/npm/README.md
examples/deps/FileSaver.js
examples/oscilloscope.html
.idea

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"
],
"authors": [
"Yotam Mann", "Yotam Mann <yotammann@gmail.com>"
]
}