lolcats
Version:
rainbows in the console
28 lines (27 loc) • 588 B
JSON
{
"name": "lolcats",
"version": "2.0.1",
"description": "rainbows in the console",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finngreiter/lolcats.git"
},
"keywords": [
"terminal",
"rainbows",
"colorful"
],
"author": "Felgee",
"license": "MIT",
"bugs": {
"url": "https://github.com/finngreiter/lolcats/issues"
},
"homepage": "https://github.com/finngreiter/lolcats#readme",
"dependencies": {
"chalk": "^4.1.0"
}
}