aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cli-boxes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cli-boxes/package.json')
-rw-r--r--node_modules/cli-boxes/package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/node_modules/cli-boxes/package.json b/node_modules/cli-boxes/package.json
deleted file mode 100644
index fd1ec487d..000000000
--- a/node_modules/cli-boxes/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "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": "*"
- }
-}