wallet-core/node_modules/boxen/package.json

48 lines
834 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "boxen",
2017-08-14 05:01:11 +02:00
"version": "1.2.1",
2017-05-28 00:38:50 +02:00
"description": "Create boxes in the terminal",
"license": "MIT",
"repository": "sindresorhus/boxen",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js"
],
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text"
],
"dependencies": {
"ansi-align": "^2.0.0",
"camelcase": "^4.0.0",
2017-08-14 05:01:11 +02:00
"chalk": "^2.0.1",
2017-05-28 00:38:50 +02:00
"cli-boxes": "^1.0.0",
"string-width": "^2.0.0",
2017-08-14 05:01:11 +02:00
"term-size": "^1.2.0",
2017-05-28 00:38:50 +02:00
"widest-line": "^1.0.0"
},
"devDependencies": {
"ava": "*",
2017-08-14 05:01:11 +02:00
"nyc": "^11.0.3",
2017-05-28 00:38:50 +02:00
"xo": "*"
}
}