{
  "_args": [
    [
      "helper-markdown@1.0.0",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "helper-markdown@1.0.0",
  "_id": "helper-markdown@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-AnDqMS4ejkQK0MXze7pA9TM3pu01ZY+XXsES6gEE0RmCGk5/NIfvTn0NmItfyDOjRAzyo9z6X7YHbHX4PzIvOA==",
  "_location": "/helper-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helper-markdown@1.0.0",
    "name": "helper-markdown",
    "escapedName": "helper-markdown",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/helper-markdown/-/helper-markdown-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/helpers/helper-markdown/issues"
  },
  "contributors": [
    {
      "name": "Brian Woodward",
      "url": "https://twitter.com/doowb"
    },
    {
      "name": "Jon Schlinkert",
      "url": "http://twitter.com/jonschlinkert"
    },
    {
      "name": "Pedro De almeida",
      "url": "www.almeida.ch"
    }
  ],
  "dependencies": {
    "handlebars-utils": "^1.0.2",
    "highlight.js": "^9.12.0",
    "remarkable": "^1.7.1"
  },
  "description": "Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.",
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "handlebars": "^4.0.10",
    "lodash": "^4.17.4",
    "mocha": "^3.4.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/helpers/helper-markdown",
  "keywords": [
    "block",
    "compile",
    "engine",
    "expression",
    "function",
    "handlebars",
    "helper",
    "helpers",
    "lodash",
    "markdown",
    "md",
    "remarkable",
    "render",
    "template",
    "templates"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "helper-markdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpers/helper-markdown.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": true,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "assemble",
        "handlebars",
        "lodash",
        "template",
        "underscore",
        "verb"
      ]
    },
    "reflinks": [
      "assemble",
      "handlebars",
      "templates",
      "underscore",
      "verb"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.0.0"
}
