{
  "name": "cli-types",
  "version": "0.1.2",
  "description": "Type validation and conversion",
  "author": "muji <noop@xpm.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/freeformsystems/cli-types"
  },
  "bugs": {
    "url": "https://github.com/freeformsystems/cli-types/issues",
    "email": "muji <noop@xpm.io>"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/freeformsystems/cli-types/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "cli",
    "validate",
    "coerce",
    "type"
  ],
  "dependencies": {
    "cli-conflict": "~0.1.0",
    "cli-error": "^0.5.7",
    "cli-fs": "~1.0.4",
    "cli-native": "^1.0.0",
    "cli-util": "~1.1.26"
  },
  "devDependencies": {
    "chai": "~1.9.2",
    "cli-define": "~0.6.13",
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4"
  },
  "engine": [
    "node >= 0.10.21"
  ],
  "scripts": {
    "readme": "mdp --force -v",
    "test": "istanbul cover _mocha -- -u bdd --recursive --bail --reporter list -A test/spec"
  },
  "mdp": {
    "title": "Types",
    "pedantic": true,
    "include": "doc/readme",
    "require": "lib",
    "links": "links.md",
    "toc": "Table of Contents",
    "base": "https://github.com/freeformsystems/cli-types",
    "partial": [
      {
        "inc": [
          "introduction.md",
          "install.md",
          "test.md"
        ]
      },
      {
        "inc": [
          "license.md"
        ]
      }
    ]
  }
}
