Tone.js/utils/npm/package.json
2014-12-03 22:55:07 -05:00

28 lines
653 B
JSON

{
"name": "tone",
"version": "0.3.0",
"description": "A Web Audio framework for making interactive music in the browser.",
"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",
"Web Audio API",
"Synthesis",
"Playback",
"Effect",
"Instrument",
"DSP",
"Signal Processing"
],
"author": "Yotam Mann <yotammann@gmail.com> (http://yotammann.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TONEnoTONE/Tone.js/issues"
}
}