blob: a1838a577a66c3a66bc965348f7d1a80161843fe [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"strip",
"trim",
"remove",
"delete",
"eof",
"end",
"file",
"newline",
"linebreak",
"character",
"string",
"buffer"
],
"license": "MIT",
"name": "strip-eof",
"repository": "sindresorhus/strip-eof",
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}