{
  "name": "gulp-nunjucks-api",
  "version": "0.9.1",
  "description": "Render Nunjucks templates with data, custom filters, custom context functions and options for other Nunjucks API features.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/devoptix/gulp-nunjucks-api"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "keywords": [
    "gulpplugin",
    "nunjucks",
    "template",
    "templating",
    "view",
    "render",
    "html",
    "javascript"
  ],
  "dependencies": {
    "fancy-log": "^1.3.3",
    "glob": "^7.0.3",
    "lodash": "^4.10.0",
    "nunjucks": "^3.0.0",
    "plugin-error": "^1.0.1",
    "replace-ext": "^1.0.0",
    "require-new": "^1.1.0",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "mocha": "^6.0.0",
    "should": "^8.3.0",
    "vinyl": "^2.2.0"
  },
  "readmeFilename": "readme.md",
  "bugs": {
    "url": "https://github.com/devoptix/gulp-nunjucks-api/issues"
  },
  "homepage": "https://github.com/devoptix/gulp-nunjucks-api"
}
