blob: a77e017de59898aec8e8422d57a7bdae1d2990a4 [file] [log] [blame] [edit]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/indent-string/issues"
},
"bundleDependencies": false,
"dependencies": {
"repeating": "^2.0.0"
},
"deprecated": false,
"description": "Indent each line in a string",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/indent-string#readme",
"keywords": [
"indent",
"string",
"str",
"pad",
"align",
"line",
"text"
],
"license": "MIT",
"name": "indent-string",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/indent-string.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.1.0"
}