gulp-line-ending-corrector
Version:
Gulp Plugin for Line Ending Corrector (A utility that makes sure your files have consistent line endings)
43 lines (42 loc) • 1.24 kB
JSON
{
"name": "gulp-line-ending-corrector",
"version": "1.0.3",
"description": "Gulp Plugin for Line Ending Corrector (A utility that makes sure your files have consistent line endings)",
"main": "index-runner.js",
"scripts": {
"test": "mocha --compilers coffee:coffeescript/register"
},
"repository": {
"type": "git",
"url": "https://github.com/iShafayet/gulp-line-ending-corrector.git"
},
"keywords": [
"Utility",
"Line",
"gulp",
"gulpplugin",
"plugin",
"Ending",
"CRLF",
"LF",
"Linefeed",
"Newline"
],
"author": "Sayem Shafayet <ishafayet@gmail.com> (http://ishafayet.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iShafayet/gulp-line-ending-corrector/issues"
},
"homepage": "https://github.com/iShafayet/gulp-line-ending-corrector",
"dependencies": {
"coffeescript": "^2.0.3",
"line-ending-corrector": "^1.0.1",
"plugin-error": "^1.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
},
"private": false
}