diff options
Diffstat (limited to 'node_modules/cli-boxes/package.json')
-rw-r--r-- | node_modules/cli-boxes/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/node_modules/cli-boxes/package.json b/node_modules/cli-boxes/package.json new file mode 100644 index 000000000..fd1ec487d --- /dev/null +++ b/node_modules/cli-boxes/package.json @@ -0,0 +1,39 @@ +{ + "name": "cli-boxes", + "version": "1.0.0", + "description": "Boxes for use in the terminal", + "license": "MIT", + "repository": "sindresorhus/cli-boxes", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "boxes.json" + ], + "keywords": [ + "cli", + "box", + "boxes", + "terminal", + "term", + "console", + "ascii", + "unicode", + "border", + "text", + "json" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + } +} |