UNPKG

@gcrda/gulp-task

Version:

Task helper for Gulp to make tasks easier to manage and handle accross multiple files

55 lines (54 loc) 1.45 kB
{ "name": "@gcrda/gulp-task", "version": "1.0.19", "description": "Task helper for Gulp to make tasks easier to manage and handle accross multiple files", "license": "MIT", "author": "Richard King <richrdkng@gmail.com> (github.com/richrdkng)", "homepage": "https://github.com/gcrda/gulp-task#readme", "repository": { "type": "git", "url": "git+https://github.com/gcrda/gulp-task.git" }, "bugs": { "url": "https://github.com/gcrda/gulp-task/issues" }, "main": "src/gulp-task.js", "scripts": { "test": "node tests", "gulp": "gulp --gulpfile tasks", "bump": "gulp --gulpfile tasks -- bump", "bump-major": "gulp --gulpfile tasks -- bump-major", "bump-minor": "gulp --gulpfile tasks -- bump-minor", "bump-patch": "gulp --gulpfile tasks -- bump-patch", "publish": "gulp --gulpfile tasks -- publish" }, "dependencies": { "array-flatten": "^2.0.0", "gulp": "^3.9.0", "gulp-sequence": "^0.4.4", "rekuire": "^0.1.9" }, "devDependencies": { "array-flatten": "^2.0.0", "gulp": "^3.9.0", "gulp-bump": "^1.0.0", "gulp-debug": "^2.1.2", "gulp-file": "^0.2.0", "gulp-git": "^1.6.1", "gulp-sequence": "^0.4.4", "gulp-tag-version": "^1.3.0", "npm": "^3.5.2", "rekuire": "^0.1.9" }, "keywords": [ "gulp", "task", "helper", "utility", "gulp-task", "gulp.task", "gulp task", "gulp/task", "gulpTask" ] }