{
  "name": "markymark",
  "description": "A clone of marked. Markdown to HTML Parser that correctly handles tables.",
  "author": "Christopher Jeffrey",
  "version": "1.0.1",
  "main": "./lib/marked.js",
  "bin": "./bin/marked",
  "man": "./man/marked.1",
  "preferGlobal": true,
  "repository": "git://github.com/nchoi/markymark.git",
  "homepage": "https://github.com/nchoi/markymark",
  "bugs": { "url": "http://github.com/nchoi/markymark/issues" },
  "keywords": ["markdown", "markup", "html"],
  "tags": ["markdown", "markup", "html"],
  "devDependencies": {
    "markdown": "*",
    "showdown": "*",
    "gulp": "^3.8.11",
    "gulp-uglify": "^1.1.0",
    "gulp-concat": "^2.5.2"
  },
  "scripts": { "test": "node test", "bench": "node test --bench" }
}

