{
  "name": "fp-tpl-compile",
  "version": "0.6.12",
  "description": "Template Compile extension for Fepper",
  "main": "tpl-compile~extend.js",
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint *.js && eslint test/*.js",
    "test": "nyc mocha"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint && npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electric-eloquence/fp-tpl-compile.git"
  },
  "keywords": [
    "atomic",
    "component",
    "design",
    "end",
    "fepper",
    "front",
    "front-end",
    "frontend",
    "handlebars",
    "lab",
    "library",
    "pattern",
    "prototype",
    "prototyper",
    "prototyping",
    "template"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/electric-eloquence/fp-tpl-compile/issues"
  },
  "homepage": "https://github.com/electric-eloquence/fp-tpl-compile#readme",
  "dependencies": {
    "fs-extra": "^10.0.0",
    "glob": "^7.1.2",
    "js-yaml": "^4.1.0",
    "minimist": "^1.2.5"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.16.3",
    "chai": "4.x",
    "coveralls": "3.x",
    "eslint": "8.x",
    "fepper": "*",
    "fepper-utils": "*",
    "gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts",
    "husky": "4.x",
    "mocha": "8.x",
    "nyc": "15.x"
  }
}
