UNPKG

gulp-series

Version:

Gulp non-dependent ordered tasks runner. It solves the issue with the run-sequence module that doesn't abort the task chain on error.

34 lines (33 loc) 801 B
{ "name": "gulp-series", "version": "1.0.2", "description": "Gulp non-dependent ordered tasks runner. It solves the issue with the run-sequence module that doesn't abort the task chain on error.", "main": "lib/gulp-series.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/iameugenejo/gulps.git" }, "keywords": [ "gulp", "series", "sequence", "run-sequence" ], "author": { "name": "Eugene Jo", "email": "iameugenejo@gmail.com", "url": "https://github.com/iameugenejo" }, "license": "MIT", "bugs": { "url": "https://github.com/iameugenejo/gulps/issues" }, "homepage": "https://github.com/iameugenejo/gulps", "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.4" } }