{
  "name": "yargs",
  "version": "3.27.0",
  "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  "main": "./index.js",
  "files": [
    "index.js",
    "lib",
    "locales",
    "completion.sh.hbs",
    "LICENSE"
  ],
  "dependencies": {
    "camelcase": "^1.2.1",
    "cliui": "^2.1.0",
    "decamelize": "^1.0.0",
    "os-locale": "^1.4.0",
    "window-size": "^0.1.2",
    "y18n": "^3.2.0"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "coveralls": "^2.11.4",
    "hashish": "0.0.4",
    "mocha": "^2.3.3",
    "nyc": "^3.2.2",
    "standard": "^5.3.1",
    "which": "^1.1.2",
    "win-spawn": "^2.0.0"
  },
  "scripts": {
    "test": "standard && nyc ./node_modules/.bin/_mocha --timeout=4000 --check-leaks",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bcoe/yargs.git"
  },
  "standard": {
    "ignore": [
      "**/example/**"
    ],
    "globals": [
      "it"
    ]
  },
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "parsing",
    "cli",
    "command"
  ],
  "author": {
    "name": "Alex Ford",
    "email": "Alex.Ford@CodeTunnel.com",
    "url": "http://CodeTunnel.com"
  },
  "contributors": [
    {
      "name": "Benjamin Coe",
      "email": "ben@npmjs.com",
      "url": "https://github.com/bcoe"
    },
    {
      "name": "Andrew Goode",
      "url": "https://github.com/nexdrew"
    },
    {
      "name": "Chris Needham",
      "email": "chris@chrisneedham.com",
      "url": "http://chrisneedham.com"
    },
    {
      "name": "James Nylen",
      "email": "jnylen@gmail.com",
      "url": "https://github.com/nylen"
    },
    {
      "name": "Benjamin Horsleben",
      "url": "https://github.com/fizker"
    },
    {
      "name": "Lin Clark",
      "url": "https://github.com/linclark"
    },
    {
      "name": "Tim Schaub",
      "url": "https://github.com/tschaub"
    }
  ],
  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  }
}
