{
  "name" : "markdown",
  "version" : "0.4.0",
  "description" : "A sensible Markdown parser for javascript",
  "keywords" : [ "markdown", "text processing", "ast" ],
  "maintainers" : [
    {
      "name" : "Dominic Baggott",
      "email" : "dominic.baggott@gmail.com",
      "web" : "http://evilstreak.co.uk"
    },
    {
      "name" : "Ash Berlin",
      "email" : "ash_markdownjs@firemirror.com",
      "web" : "http://ashberlin.com"
    }
  ],
  "contributors" : [
    {
      "name" : "Dominic Baggott",
      "email" : "dominic.baggott@gmail.com",
      "web" : "http://evilstreak.co.uk"
    },
    {
      "name" : "Ash Berlin",
      "email" : "ash_markdownjs@firemirror.com",
      "web" : "http://ashberlin.com"
    }
  ],
  "bugs" : {
    "url": "http://github.com/evilstreak/markdown-js/issues"
  },
  "licenses" : [
    {
      "type" : "MIT",
      "url" : "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repository" : {
    "type" : "git",
    "url" : "git://github.com/evilstreak/markdown-js.git"
  },
  "main" : "./lib/index.js",
  "bin": {
    "md2html": "./bin/md2html.js"
  },
  "dependencies": {
    "nopt": "1"
  },
  "devDependencies": {
    "tap": "0"
  },
  "scripts": {
    "test": "tap test/*.t.js"
  }
}
