UNPKG

eol-tools

Version:

A set of tools for working with EOL markings in files

30 lines (29 loc) 707 B
{ "name": "eol-tools", "version": "2.0.1", "description": "A set of tools for working with EOL markings in files", "main": "index.js", "bin": { "eol-tools": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nebrius/eol-tools.git" }, "keywords": [ "EOL" ], "author": "Bryan Hughes <bryan@nebri.us>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/nebrius/eol-tools/issues" }, "homepage": "https://github.com/nebrius/eol-tools#readme", "dependencies": { "async": "^2.6.1", "commander": "^2.18.0" } }