gulp-conditional-eol
Version:
A gulp plugin to make line endings consistent across files in a project.
32 lines (31 loc) • 684 B
JSON
{
"name": "gulp-conditional-eol",
"version": "1.1.1",
"description": "A gulp plugin to make line endings consistent across files in a project. ",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pfaciana/gulp-conditional-eol.git"
},
"keywords": [
"Utility",
"Line",
"gulp",
"gulpplugin",
"plugin",
"Ending",
"CRLF",
"LF",
"Linefeed",
"Newline"
],
"author": "Phil Faciana <phil@renderdev.com> (https://renderdev.com/)",
"license": "MIT",
"homepage": "https://github.com/pfaciana/gulp-conditional-eol",
"dependencies": {
"line-ending-corrector": "^1",
"through2": "^2"
},
"devDependencies": {},
"private": false
}