mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-25 10:05:02 +00:00
26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"name": "tone",
|
|
"version": "0.0.1",
|
|
"description": "Web Audio library for building Audio Applications",
|
|
"main": "Tone.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TONEnoTONE/Tone.js.git"
|
|
},
|
|
"keywords": [
|
|
"Web",
|
|
"Audio",
|
|
"Synthesis",
|
|
"Playback",
|
|
"Effect",
|
|
"Instrument"
|
|
],
|
|
"author": "Yotam Mann <yotammann@gmail.com> (http://yotammann.info/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TONEnoTONE/Tone.js/issues"
|
|
}
|
|
}
|