task-master
Version:
A helper to make Grunt task declaration and organization cleaner.
64 lines (63 loc) • 1.5 kB
JSON
{
"name": "task-master",
"description": "A helper to make Grunt task declaration and organization cleaner.",
"version": "2.3.0",
"author": {
"name": "Andrew Nichols",
"email": "tandrewnichols@gmail.com",
"url": "http://www.tandrewnichols.me"
},
"repository": {
"type": "git",
"url": "git://github.com/tandrewnichols/task-master.git"
},
"bugs": {
"url": "https://github.com/tandrewnichols/task-master/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tandrewnichols/task-master/blob/master/LICENSE"
}
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"config-extend": "^0.1.0",
"file-manifest": "^2.0.3",
"glob": "^7.1.1",
"jit-grunt": "^0.10.0",
"lodash": "^4.16.4",
"yamljs": "^0.2.8"
},
"devDependencies": {
"coffee-script": "^1.11.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-open": "^0.2.3",
"grunt-shell": "^2.0.0",
"grunt-simple-istanbul": "^2.0.0",
"grunt-travis-matrix": "^1.0.0",
"indeed": "^1.1.0",
"jshint-stylish": "^2.2.1",
"mocha": "^3.1.1",
"mocha-given": "^0.1.3",
"mocha-lcov-reporter": "^1.2.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.6"
},
"keywords": [
"grunt",
"gruntfile",
"tasks",
"task management",
"configuration",
"abstraction"
],
"main": "./lib/task-master",
"engines": {
"node": ">=4"
}
}