{
  "name": "grunt-mox",
  "description": "Grunt module for using mox( A markdown javascript documentation generator)",
  "version": "0.0.15",
  "homepage": "https://github.com/tjchaplin/grunt-mox",
  "author": {
    "name": "tjchaplin",
    "email": "tjchaplin@hotmail.com",
    "url": "http://tjchaplin.github.io/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tjchaplin/grunt-mox.git"
  },
  "bugs": {
    "url": "https://github.com/tjchaplin/grunt-mox/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tjchaplin/grunt-mox/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-nodeunit": "~0.3.3",
    "grunt": "~0.4.4",
    "grunt-release": "~0.7.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.4"
  },
  "keywords": [
    "gruntplugin",
    "mox",
    "dox",
    "markdown",
    "md",
    "plugin",
    "grunt",
    "documentation",
    "generator",
    "template"
  ],
  "dependencies": {
    "mox": "0.0.14"
  }
}
