{
  "name": "crlf-helper",
  "version": "0.1.0",
  "description": "helps to detect and change line endings in strings",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Neoklosch/crlf-helper.git"
  },
  "keywords": [
    "crlf",
    "lf",
    "cr",
    "line",
    "endings"
  ],
  "author": "Markus Paeschke <markus.paeschke@gmail.com> (http://www.mpaeschke.de)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Neoklosch/crlf-helper/issues"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  },
  "homepage": "https://github.com/Neoklosch/crlf-helper#readme"
}
