UNPKG

bower

Version:

The browser package manager

43 lines (42 loc) 759 B
{ "name": "boxen", "version": "0.3.1", "description": "Create boxes in the terminal", "license": "MIT", "repository": "sindresorhus/boxen", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "keywords": [ "cli", "box", "boxes", "terminal", "term", "console", "ascii", "unicode", "border", "text" ], "dependencies": { "chalk": "^1.1.1", "filled-array": "^1.0.0", "object-assign": "^4.0.1", "repeating": "^2.0.0", "string-width": "^1.0.1", "widest-line": "^1.0.0" }, "devDependencies": { "ava": "*", "xo": "*" } }