gulp-tasks-manager
Version:
Gulp tasks manager
28 lines (27 loc) • 648 B
JSON
{
"name": "gulp-tasks-manager",
"version": "1.0.2",
"description": "Gulp tasks manager",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/syaning/gulp-tasks-manager.git"
},
"keywords": [
"gulp",
"gulp-task",
"gulp-tasks",
"gulp-task-manager",
"gulp-tasks-manager"
],
"author": "Alex Sun <syaningv@gmain.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/syaning/gulp-tasks-manager/issues"
},
"homepage": "https://github.com/syaning/gulp-tasks-manager#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-load-plugins": "^0.10.0"
}
}