cli-artist
Version:
A drawing library for the console.
21 lines (20 loc) • 697 B
JSON
{
"name": "cli-artist",
"version": "1.2.1",
"main": "engine.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kraken22/stdout-rendering.git"
},
"author": "Jordan Jantschulev <j.jantschulev@gmail.com>, Jacob Schneider <jakieschneider13@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kraken22/stdout-rendering/issues"
},
"homepage": "https://github.com/kraken22/stdout-rendering#readme",
"keywords": ["ANSI", "ASCII ART", "CONSOLE DRAWING", "CHARACTER", "ART", "DRAWING"],
"description": "A drawing library for the console."
}