{
  "name": "gulp-html2pug",
  "version": "3.0.3",
  "description": "Gulp plugin to convert html files to pug",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib -s",
    "lint": "eslint 'src/*.js' 'test/*.js'",
    "pretest": "npm run lint",
    "test": "mocha",
    "cover": "nyc npm test",
    "coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls",
    "prepare": "npm run build && npm test"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotcore64/gulp-html2pug.git"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "pug",
    "html",
    "templates"
  ],
  "author": "Julian Grinblat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dotcore64/gulp-html2pug/issues"
  },
  "homepage": "https://github.com/dotcore64/gulp-html2pug#readme",
  "dependencies": {
    "html2pug": "^4.0.0",
    "plugin-error": "^1.0.1",
    "promise-toolbox": "^0.15.1",
    "through2": "^3.0.1",
    "vinyl-contents-tostring": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/register": "^7.9.0",
    "@istanbuljs/nyc-config-babel": "^3.0.0",
    "babel-eslint": "^10.1.0",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.0",
    "dirty-chai": "^2.0.1",
    "env-test": "^1.0.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "sinon": "^9.0.2",
    "sinon-chai": "^3.5.0",
    "vinyl": "^2.2.0"
  }
}
