{
  "name": "grunt-markdown",
  "description": "Compile markdown to html. GFM and code highlighting support!",
  "version": "0.7.0",
  "homepage": "https://github.com/treasonx/grunt-markdown",
  "author": {
    "name": "James Morrin",
    "email": "treasonx@gmail.com"
  },
  "contributors": [
    {
      "name": "Thomas Welton",
      "email": "thomaswelton@me.com"
    },
    {
      "name": "Matt Dawson",
      "email": "matthewtdawson@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/treasonx/grunt-markdown"
  },
  "bugs": {
    "url": "https://github.com/treasonx/grunt-markdown/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/treasonx/grunt-markdown/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-jshint": "~0.3.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt-contrib-watch": "~0.3.1",
    "mocha": "~1.18.2",
    "cheerio": "~0.12.0",
    "grunt-mocha-test": "~0.10.2",
    "chai": "~1.9.1",
    "grunt-mocha-istanbul": "~1.4.1",
    "grunt-contrib-connect": "~0.7.1"
  },
  "keywords": [
    "gruntplugin"
  ],
  "dependencies": {
    "highlight.js": "~8.4.0",
    "marked": "~0.3.2",
    "lodash": "~2.4.1"
  }
}
