grunt-submake
Version:
Run Make rules through Grunt tasks (by just specifying the Makefile path and the rules!)
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "grunt-submake",
"description": "Run Make rules through Grunt tasks (by just specifying the Makefile path and the rules!)",
"version": "0.2.0",
"homepage": "https://github.com/pidupuis/grunt-submake",
"author": {
"name": "pidupuis",
"email": "pierredupuis@openmailbox.org",
"url": "pierre-dupuis.com"
},
"repository": {
"type": "git",
"url": "git://github.com/pidupuis/grunt-submake.git"
},
"bugs": {
"url": "https://github.com/pidupuis/grunt-submake/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pidupuis/grunt-submake/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5"
},
"dependencies": {
"async": "^0.9.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin", "make", "cmake", "makefile", "subproject", "submodule", "interoperability", "grunt", "gnu make", "pasta"
]
}