mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
266fd3e0ef
fixes #197 [skip ci]
18 lines
No EOL
371 B
JSON
18 lines
No EOL
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>"
|
|
]
|
|
} |