mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-17 00:58:09 +00:00
25 lines
648 B
JSON
25 lines
648 B
JSON
{
|
|
"name": "Tone.Build",
|
|
"version": "0.0.1",
|
|
"description": "grunt tools for Tone.js",
|
|
"main": "Gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TONEnoTONE/Tone.js.git"
|
|
},
|
|
"dependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.4.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-requirejs": "~0.4.4",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-indent": "~0.1.4",
|
|
"grunt-jsdoc": "~0.5.4",
|
|
"grunt-replace": "~0.8.0",
|
|
"grunt-wrap": "~0.3.0",
|
|
"jsdoc-oblivion": "0.0.4"
|
|
},
|
|
"author": "Yotam Mann",
|
|
"license": "MIT"
|
|
}
|