grunt-recurse
Version:
Helpers to load and use recursive Gruntfiles.
33 lines (32 loc) • 690 B
JSON
{
"name": "grunt-recurse",
"version": "0.2.3",
"description": "Helpers to load and use recursive Gruntfiles.",
"main": "./src/lib/recurse.coffee",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:DavidSouther/grunt-recurse.git"
},
"keywords": [
"grunt",
"recurse",
"submodule",
"subtasks"
],
"author": "David Souther",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavidSouther/grunt-recurse/issues"
},
"dependencies": {
"load-grunt-tasks": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-release": "~0.6.0"
}
}