@linagora/grunt-run-grunt
Version:
Grunt task to run Gruntfiles in a child process. Gruntception!
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "@linagora/grunt-run-grunt",
"description": "Grunt task to run Gruntfiles in a child process. Gruntception!",
"version": "0.1.4",
"homepage": "https://github.com/linagora/grunt-run-grunt",
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"repository": {
"type": "git",
"url": "https://github.com/linagora/grunt-run-grunt"
},
"bugs": {
"url": "https://github.com/linagora/grunt-run-grunt"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Bartvds/grunt-run-grunt/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"grunt-cli",
"spawn",
"grunt",
"run"
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0 <0.11.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"jshint-path-reporter": "~0.1",
"mocha-unfunk-reporter": "~0.2.0",
"grunt": "~0.4.2",
"grunt-cli": "0.1",
"grunt-bump": "0.0.11",
"grunt-mocha-test": "~0.6.2",
"chai": "~1.7.2",
"chai-fs": "0.0.1",
"mkdirp": "~0.3.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {}
}