{
  "name": "gulp-twig2html",
  "version": "2.2.0",
  "description": "Gulp plugin that compile twig templates to html pages",
  "keywords": [
    "gulpplugin",
    "templating",
    "twig",
    "html",
    "django"
  ],
  "bugs": {
    "url": "https://gitlab.com/toptalo/gulp-twig2html/-/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Виктор Виктор",
    "email": "spam.vitek@gmail.com"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/toptalo/gulp-twig2html.git"
  },
  "scripts": {
    "lint": "eslint index.js",
    "test": "rimraf tmp && gulp && jest"
  },
  "dependencies": {
    "@toptalo/twig-renderer": "^0.5.0",
    "gulp": "^4.0.2",
    "plugin-error": "^1.0.1",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "eslint": "^7.21.0",
    "gulp-rename": "^2.0.0",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": "^10.12.0 || >=12.0.0"
  }
}
