text-animation
Version:
Create beautiful ASCII text animations using NodeJS.
56 lines • 1.2 kB
JSON
{
"name": "text-animation",
"version": "1.2.11",
"description": "Create beautiful ASCII text animations using NodeJS.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"devDependencies": {},
"scripts": {
"test": "node test/index.js"
},
"keywords": [
"ascii",
"animate",
"node",
"npm"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"contributors": [
"Ionică Bizău <bizauionica@gmail.com>",
"Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>"
],
"license": "MIT",
"dependencies": {
"figlet": "1.1.0",
"cli-box": "2.1.1",
"cli-frames": "1.0.0",
"overlap": "1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/text-animation.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/text-animation/issues"
},
"homepage": "https://github.com/IonicaBizau/text-animation",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}