blob: e41c9471221270c5cac983f8e361d4fc65abdf36 [file]
{
"author": {
"email": "me@thejameskyle.com",
"name": "James Kyle",
"url": "thejameskyle.com"
},
"description": "Get the shortest leading whitespace from lines in a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"indent",
"indentation",
"normalize",
"whitespace",
"space",
"tab",
"string",
"str",
"min",
"minimum"
],
"license": "MIT",
"main": "index.js",
"name": "min-indent",
"repository": "https://github.com/thejameskyle/min-indent",
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1"
}