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

35 lines
564 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",
2017-05-27 17:36:13 +02:00
"version": "3.1.0",
2016-11-03 01:33:53 +01:00
"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": {
2017-05-27 17:36:13 +02:00
"node": ">=4"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
2017-05-27 17:36:13 +02:00
"test": "xo && ava"
2016-11-03 01:33:53 +01:00
},
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
"devDependencies": {
2017-05-27 17:36:13 +02:00
"ava": "*",
"xo": "*"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}