gulp-task
Version:
A wrapper of gulp.task that enables promise-based dependency management
38 lines (37 loc) • 868 B
JSON
{
"name": "gulp-task",
"version": "2.1.0",
"description": "A wrapper of gulp.task that enables promise-based dependency management",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: Im very sorry for not writing tests. I am ashamed.\" && exit 1"
},
"keywords": [
"gulp",
"task",
"promise",
"dependency",
"dependencies"
],
"author": "Tim Huff",
"license": "ISC",
"dependencies": {
"bluebird": "^2.8.1",
"colors": "^1.0.3",
"gulp": "^3.8.10",
"gulp-foreach": "^0.1.0",
"gulp-next": "^1.0.4"
},
"homepage": "https://github.com/timhuff/gulp-task",
"bugs": {
"url": "https://github.com/timhuff/gulp-task"
},
"repository": {
"type": "git",
"url": "https://github.com/timhuff/gulp-task.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0"
}
}