cli-emoji
Version:
Big emojis in your terminal.
58 lines • 1.31 kB
JSON
{
"bin": {
"cli-emoji": "bin/cli-emoji"
},
"name": "cli-emoji",
"description": "Big emojis in your terminal.",
"keywords": [
"cli",
"emoji",
"big",
"emojis",
"in",
"your",
"terminal"
],
"license": "MIT",
"version": "1.0.13",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/cli-emoji.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/cli-emoji/issues"
},
"homepage": "https://github.com/IonicaBizau/cli-emoji#readme",
"dependencies": {
"image-to-ascii": "^3.0.3",
"tilda": "^4.3.1"
},
"blah": {
"ex_img": "http://i.imgur.com/izu1d8J.png",
"before_installation": {
"p": "`GraphicsMagick` may be needed to be installed. Check out [how to install it](https://github.com/IonicaBizau/image-to-ascii/blob/master/INSTALLATION.md)."
}
}
}