{
  "name": "gulp-eol",
  "description": "Replace or append EOL end of file",
  "version": "0.2.0",
  "homepage": "https://github.com/fritx/gulp-eol",
  "repository": "git@github.com:fritx/gulp-eol.git",
  "main": "./index.js",
  "keywords": [
    "gulpplugin",
    "eol",
    "crlf",
    "newline"
  ],
  "dependencies": {
    "plugin-error": "~1.0",
    "through2": "~0.4"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "gulp": "~3.6.2"
  },
  "scripts": {
    "test": "mocha"
  },
  "licenses": "MIT"
}
