mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
18 lines
371 B
JSON
18 lines
371 B
JSON
|
{
|
||
|
"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 <yotam@tonejs.org>"
|
||
|
]
|
||
|
}
|