{
  "name": "gulp-nunjucks-md",
  "version": "2.3.2",
  "description": "Render Markdown with Nunjucks templates and data",
  "main": "index.js",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "ava -v"
  },
  "repository": "mohitsinghs/gulp-nunjucks-md",
  "keywords": [
    "gulpplugin",
    "nunjucks",
    "template",
    "templating",
    "markdown",
    "view",
    "render",
    "html",
    "javascript"
  ],
  "author": "Mohit Singh <mohit@mohitsingh.in> (https://mohitsingh.in/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohitsinghs/gulp-nunjucks-md/issues"
  },
  "homepage": "https://github.com/mohitsinghs/gulp-nunjucks-md",
  "dependencies": {
    "front-matter": "^3.0.1",
    "lodash.unescape": "^4.0.1",
    "marked": "^0.5.1",
    "nunjucks": "^3.1.3",
    "plugin-error": "^1.0.1",
    "prefer-local": "^1.0.2",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "vinyl": "^2.2.0"
  },
  "peerDependencies": {
    "gulp": ">=4"
  }
}
