UNPKG

gulp-delete-lines

Version:

A gulp plugin that will delete all lines that matches one of the given regex filters.

35 lines (34 loc) 869 B
{ "name": "gulp-delete-lines", "version": "0.0.7", "description": "A gulp plugin that will delete all lines that matches one of the given regex filters.", "main": "index.js", "dependencies": { "gulp-util": ">=2.2.0", "event-stream": "~3.1.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/carstenschaefer/gulp-delete-lines.git" }, "keywords": [ "gulp", "gulpplugin", "delete", "remove", "search", "line", "regex", "filter" ], "author": "Carsten Schaefer <Carsten.Schaefer@G-TAC.de> (http://www.g-tac.de)", "license": "MIT", "bugs": { "url": "https://github.com/carstenschaefer/gulp-delete-lines/issues" }, "homepage": "https://github.com/carstenschaefer/gulp-delete-lines" }