nufo
Version:
Generate NFOs from markdown
62 lines (61 loc) • 1.11 kB
JSON
{
"name": "nufo",
"version": "0.1.0",
"main": "nufo.js",
"description": "Generate NFOs from markdown",
"keywords": [
"ascii",
"figlet",
"ansi",
"terminal",
"text",
"command-line",
"logging",
"log",
"xterm",
"shell",
"256",
"rgb",
"formatting",
"tty",
"styles",
"style",
"str",
"string",
"cli",
"console",
"terminal",
"table",
"compositing",
"colors",
"colour",
"color",
"nfo",
"markdown"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/nufo/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/nufo.git"
},
"engines": {
"node": "*"
},
"bin": "./bin/nufo",
"dependencies": {
"app-term-kit": "^0.2.0",
"ascii-art": "^2.8.1",
"async": "^3.1.0",
"concat-stream": "^2.0.0",
"home": "^2.0.0",
"markdown": "^0.5.0",
"object-hash": "^2.0.0",
"request": "^2.88.0",
"yargs": "^15.0.1"
}
}