cat-me
Version:
ASCII cats all up in your node.js
35 lines (34 loc) • 700 B
JSON
{
"name": "cat-me",
"description": "ASCII cats all up in your node.js",
"version": "1.0.3",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"devDependencies": {
"tap": "^1.3.2",
"standard": "4.5.4"
},
"dependencies": {
"yargs": "^3.18.0"
},
"bin": {
"catMe": "cmd.js"
},
"license": "MIT",
"author": "Cole Willsea <coleww@gmail.com> (http://colewillsea.com/)",
"repository": {
"type": "git",
"url": "https://github.com/coleww/cat-me.git"
},
"keywords": [
"cats",
"ascii",
"art"
],
"bugs": {
"url": "https://github.com/coleww/cat-me/issues"
},
"homepage": "https://github.com/coleww/cat-me"
}