{
  "name": "grunt-xplain",
  "description": "Generates API docs from unit tests using xplain",
  "version": "0.2.7",
  "author": {
    "name": "Gleb Bahmutov",
    "email": "gleb.bahmutov@gmail.com",
    "url": "http://glebbahmutov.com"
  },
  "bugs": {
    "url": "https://github.com/bahmutov/grunt-xplain/issues"
  },
  "dependencies": {
    "check-types": "1.4.0",
    "lazy-ass": "0.6.0",
    "xplain": "0.5.4"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "0.11.2",
    "grunt-deps-ok": "0.8.0",
    "grunt-jshint-solid": "0.1.1",
    "grunt-nice-package": "0.9.3",
    "grunt-readme": "0.4.5",
    "jshint-stylish": "2.0.1",
    "matchdep": "0.3.0",
    "pre-git": "0.6.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/bahmutov/grunt-xplain",
  "keywords": [
    "doc",
    "docs",
    "documentation",
    "gruntplugin",
    "jsdoc",
    "xplain"
  ],
  "license": "MIT",
  "main": "Gruntfile.js",
  "peerDependencies": {
    "grunt": "0.4.5"
  },
  "pre-commit": [
    "grunt",
    "npm version"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:bahmutov/grunt-xplain.git"
  },
  "scripts": {
    "test": "grunt"
  }
}
