grunt-grunt
Version:
Grunt task to run tasks on other Gruntfiles
35 lines (34 loc) • 733 B
JSON
{
"name": "grunt-grunt",
"description": "Grunt task to run tasks on other Gruntfiles",
"homepage": "https://github.com/bevacqua/grunt-grunt",
"author": {
"name": "Nicolas Bevacqua",
"email": "ng@bevacqua.io",
"url": "http://bevacqua.io"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/grunt-grunt.git"
},
"version": "0.2.5",
"licenses": "MIT",
"keywords": [
"gruntplugin",
"grunt",
"gruntfile"
],
"dependencies": {
"chalk": "0.2.1",
"grunt": "~0.4.1",
"lodash": "2.2.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "0.6.4",
"jshint-stylish": "0.1.3"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}