Tone.js/grunt/package.json
Yotam Mann e108e59066 new build regexp
removes all defines and replaces them with a function. this enables the
tonejs build to be used with requirejs
2014-10-28 14:41:54 -04:00

25 lines
550 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": {
"grunt-contrib-copy": "~0.5.0",
"grunt-wrap": "~0.3.0",
"grunt-indent": "~0.1.4",
"grunt-replace": "~0.8.0",
"grunt-contrib-uglify": "~0.6.0"
},
"author": "",
"license": "ISC"
}