Skip to content

Commit

Permalink
added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukephills committed Sep 18, 2014
1 parent 01003bc commit 4c3e4cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ utils/npm/README.md
examples/deps/FileSaver.js

examples/oscilloscope.html

.idea
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
]

}

0 comments on commit 4c3e4cf

Please sign in to comment.