{
  "name": "yarsay",
  "version": "1.0.5",
  "description": "Tell Pirate Joe what to say",
  "main": "lib/yarsay.js",
  "bin": "lib/cli.js",
  "scripts": {
    "build": "cd src; babel ./*.js -d ../lib",
    "coverage": "nyc --reporter text-lcov --require babel-core/register mocha | coveralls",
    "prepublish": "npm run build",
    "pretest": "standard ./src/*.js",
    "test": "nyc --require babel-core/register mocha"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bcoe/yarsay.git"
  },
  "keywords": [
    "yargs",
    "cli",
    "yarsay",
    "pirate",
    "talk"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-core": "^6.2.1",
    "babel-preset-es2015": "^6.1.18",
    "chai": "^3.4.1",
    "coveralls": "^2.11.4",
    "mocha": "^2.3.4",
    "nyc": "^4.0.0",
    "standard": "^5.4.1"
  },
  "dependencies": {
    "bluebird": "^3.0.5",
    "chalk": "^1.1.1",
    "cliui": "^3.1.0",
    "get-stdin": "^5.0.1",
    "window-size": "^0.1.4",
    "yargs": "^3.30.0"
  }
}
