Tone.js/utils/npm/package.json

29 lines
653 B
JSON
Raw Normal View History

{
"name": "tone",
2014-09-24 02:26:57 +00:00
"version": "0.2.0",
2014-09-11 03:42:17 +00:00
"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": [
2014-09-11 18:12:42 +00:00
"Web Audio",
"Web Audio API",
"Synthesis",
"Playback",
"Effect",
2014-09-11 18:12:42 +00:00
"Instrument",
"DSP",
"Signal Processing"
],
"author": "Yotam Mann <yotammann@gmail.com> (http://yotammann.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TONEnoTONE/Tone.js/issues"
}
}