grunt-drush
Version:
Drush task runner for grunt.
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "grunt-drush",
"description": "Drush task runner for grunt.",
"version": "0.0.7",
"homepage": "https://github.com/nickpack/grunt-drush",
"author": {
"name": "Nick Pack",
"email": "nick@nickpack.com",
"url": "http://0xdeadfa11.net"
},
"repository": {
"type": "git",
"url": "git://github.com/nickpack/grunt-drush.git"
},
"bugs": {
"url": "https://github.com/nickpack/grunt-drush/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nickpack/grunt-drush/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"drush",
"drupal"
],
"dependencies": {
"async": "^0.9.0",
"lodash": "^2.4.1",
"win-spawn": "^2.0.0"
}
}