blob: f7606e17528f5288865c93889a359837a22d5fce [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"indent-string": "^2.1.0",
"strip-indent": "^1.0.1"
},
"description": "Strip redundant indentation and indent the string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"string",
"str",
"strip",
"trim",
"indent",
"indentation",
"add",
"reindent",
"normalize",
"remove",
"whitespace",
"space"
],
"license": "MIT",
"name": "redent",
"repository": "sindresorhus/redent",
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}