blob: 4e03687b36ca80881ad6c8a82a8a20111bbc1dd9 [file] [edit]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/redent/issues"
},
"bundleDependencies": false,
"dependencies": {
"indent-string": "^2.1.0",
"strip-indent": "^1.0.1"
},
"deprecated": false,
"description": "Strip redundant indentation and indent the string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/redent#readme",
"keywords": [
"string",
"str",
"strip",
"trim",
"indent",
"indentation",
"add",
"reindent",
"normalize",
"remove",
"whitespace",
"space"
],
"license": "MIT",
"name": "redent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/redent.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}