{
  "name": "firetpl",
  "version": "0.6.6",
  "description": "FireTPL is a pretty Javascript template engine. FireTPL uses indention for scops and blocks, supports includes, helper and inline functions.",
  "main": "firetpl-node.js",
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "template",
    "template-engine",
    "tpl",
    "firetpl",
    "fire",
    "fire-template",
    "fire-tpl",
    "xqcore",
    "xqcore-template"
  ],
  "author": "Andi Heinkelein <andi.oxidant@noname-media.com> (http://noname-media.com/)",
  "license": "MIT",
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-bumpup": "^0.6.3",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-json": "^0.2.0",
    "grunt-release": "^0.14.0",
    "grunt-version": "^2.0.0"
  },
  "dependencies": {
    "commander": "^6.2.1",
    "glob": "^7.1.6",
    "mkdirp": "^1.0.4",
    "node.extend": "^2.0.2"
  },
  "browser": "firetpl.js"
}
