UNPKG

grunt-subgrunt-io

Version:

Run sub-projects' grunt tasks.

39 lines (38 loc) 744 B
{ "name": "grunt-subgrunt-io", "version": "0.2.5", "description": "Run sub-projects' grunt tasks.", "repository": { "type": "git", "url": "git://github.com/tusbar/grunt-subgrunt.git" }, "keywords": [ "gruntplugin", "subgrunt", "subproject", "submodule" ], "author": { "name": "Bertrand Marron", "email": "b@pk.am", "url": "http://pk.am" }, "license": "MIT", "bugs": { "url": "https://github.com/tusbar/grunt-subgrunt/issues" }, "peerDependencies": { "grunt": "~0.4.1" }, "dependencies": { "lpad": "~0.1.0", "colors": "~0.6.2" }, "engines": { "node": ">=0.8.0" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.7.0" } }