UNPKG

lec

Version:

Command Line Wrapper for Line Ending Corrector (An utility that makes sure your files have consistent line endings)

37 lines 965 B
{ "name": "lec", "version": "1.0.1", "description": "Command Line Wrapper for Line Ending Corrector (An utility that makes sure your files have consistent line endings)", "scripts": { "test": "echo 'no tests specified'" }, "bin": { "lec": "cmd-runner.js" }, "repository": { "type": "git", "url": "https://github.com/iShafayet/lec.git" }, "keywords": [ "Utility", "Line", "Ending", "CRLF", "LF", "Linefeed", "Newline", "Command Line" ], "author": "Sayem Shafayet <ishafayet@gmail.com> (http://ishafayet.me/)", "license": "MIT", "bugs": { "url": "https://github.com/iShafayet/lec/issues" }, "homepage": "https://github.com/iShafayet/lec", "dependencies": { "coffee-script": "^1.10.0", "commander": "^2.8.1", "line-ending-corrector": "^1.0.0" }, "private": false }