Tone.js/package.json
2015-03-03 12:15:37 -05:00

34 lines
760 B
JSON

{
"name": "tone",
"version": "0.4.1",
"description": "A Web Audio framework for making interactive music in the browser.",
"main": "Tone.js",
"files": [
"./README.md",
"build/Tone.min.js",
"build/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",
"Interactive Music"
],
"author": "Yotam Mann <yotammann@gmail.com> (http://yotammann.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TONEnoTONE/Tone.js/issues"
}
}