wallet-core/node_modules/indent-string/package.json

37 lines
603 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "indent-string",
"version": "2.1.0",
"description": "Indent each line in a string",
"license": "MIT",
"repository": "sindresorhus/indent-string",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"indent",
"string",
"str",
"pad",
"align",
"line",
"text"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"repeating": "^2.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"mocha": "*"
}
2016-10-10 03:43:44 +02:00
}