{
  "name": "mehdown-cowsay",
  "version": "1.1.6",
  "description": "cowsay is a configurable talking cow",
  "keywords": [
    "cow",
    "cowsay",
    "cowthink",
    "figlet",
    "talking",
    "ASCII"
  ],
  "homepage": "https://github.com/piuccio/cowsay",
  "author": {
    "name": "Fabio Crisci",
    "email": "piuccio@gmail.com",
    "url": "https://github.com/piuccio/"
  },
  "main": "./index",
  "bin": {
    "cowsay": "./cli.js",
    "cowthink": "./cli.js"
  },
  "files": [
    "index.js",
    "cli.js",
    "cows/",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/piuccio/cowsay.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "get-stdin": "^5.0.1",
    "optimist": "~0.6.1"
  },
  "devDependencies": {
    "nodeunit": "~0.9.1"
  },
  "preferGlobal": true
}
