mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
added bower.json
This commit is contained in:
parent
01003bc9d5
commit
4c3e4cf423
2 changed files with 20 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,3 +22,5 @@ utils/npm/README.md
|
|||
examples/deps/FileSaver.js
|
||||
|
||||
examples/oscilloscope.html
|
||||
|
||||
.idea
|
||||
|
|
18
bower.json
Normal file
18
bower.json
Normal 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>"
|
||||
]
|
||||
|
||||
}
|
Loading…
Reference in a new issue