mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-09 02:18:57 +00:00
20 lines
385 B
JSON
20 lines
385 B
JSON
|
{
|
||
|
"name": "build",
|
||
|
"version": "0.0.0",
|
||
|
"description": "",
|
||
|
"main": "Gruntfile.js",
|
||
|
"directories": {
|
||
|
"doc": "doc"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"grunt": "~0.4.5",
|
||
|
"grunt-jsdoc": "~0.5.4",
|
||
|
"grunt-contrib-clean": "~0.5.0",
|
||
|
"grunt-contrib-concat": "~0.4.0",
|
||
|
"grunt-contrib-requirejs": "~0.4.4"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|