grunt-tasks
Version:
Enables a more modular approach to configuring Grunt. Search a specified folder for files containing Grunt task definitions.
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "grunt-tasks",
"description": "Enables a more modular approach to configuring Grunt. Search a specified folder for files containing Grunt task definitions.",
"version": "1.0.0",
"author": {
"name": "Marcus Ellis",
"url": "http://www.marcusellis.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/marcusellis05/grunt-tasks.git"
},
"bugs": {
"url": "http://github.com/marcusellis05/grunt-tasks/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"files": [
"grunt-tasks.js"
],
"main": "grunt-tasks",
"dependencies": {
"globule": "^0.2.0",
"load-grunt-tasks": "^3.0.0",
"lodash.assign": "^3.0.0",
"lodash.forown": "^3.0.0",
"time-grunt": "^1.0.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt": "~0.4.4"
},
"keywords": [
"gruntfile",
"grunt",
"tasks",
"modular",
"load-grunt-tasks",
"time-grunt",
"load",
"glob"
]
}