{
  "name": "remarked",
  "description": "Markdown parser and lexer. A fork of marked.js maintained for Assemble.",
  "version": "0.1.4",
  "homepage": "https://github.com/jonschlinkert/remarked",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/remarked.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/remarked/issues"
  },
  "bin": {
    "deps": "./bin/remarked.js"
  },
  "keywords": [
    "code",
    "compile",
    "compiler",
    "docs",
    "documentation",
    "fences",
    "flavored",
    "gfm",
    "github",
    "html",
    "js",
    "javascript",
    "node.js",
    "lex",
    "lexer",
    "markdown",
    "marked",
    "markup",
    "parse",
    "parser",
    "processing",
    "processor",
    "render",
    "renderer",
    "table",
    "tables",
    "text",
    "tokenizer"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "chai": "~1.9.1",
    "fs-utils": "^0.4.3",
    "gulp": "^3.6.2",
    "gulp-jshint": "^1.5.5",
    "gulp-mocha": "^0.4.1",
    "highlight.js": "^8.0.0",
    "lodash": "^2.4.1",
    "mocha": "~1.18.2",
    "verb": "^0.2.13"
  },
  "dependencies": {
    "regexp-special-chars": "^0.1.0",
    "template": "^0.2.1"
  }
}