UNPKG

asciify

Version:

Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.

37 lines (36 loc) 676 B
{ "name": "asciify", "version": "1.3.5", "description": "Plain text awesomizer. A hybrid npm module and CLI for turning plain text into ascii art.", "main": "index.js", "dependencies": { "optimist": "~0.6.0", "pad": "0.0.4", "chalk": "~0.3.0" }, "devDependencies": { "tap": "~0.4.1" }, "directories": { "test": "test" }, "scripts": { "test": "tap ./test" }, "bin": { "asciify": "./bin/asciify.js" }, "repository": { "type": "git", "url": "https://github.com/olizilla/asciify" }, "keywords": [ "ascii", "art", "figlet", "banner", "text" ], "author": "olizilla", "license": "BSD" }