{
  "name": "jsreport-handlebars",
  "version": "2.1.0",
  "description": "jsreport handlebars templating engine",
  "scripts": {
    "start": "jsreport-studio-start --httpPort 4300",
    "test": "mocha test --timeout=5000 && standard"
  },
  "homepage": "https://github.com/jsreport/jsreport-handlebars",
  "repository": {
    "type": "git",
    "url": "git@github.com:jsreport/jsreport-handlebars.git"
  },
  "keywords": [
    "jsreport",
    "handlebars"
  ],
  "standard": {
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "license": "LGPL",
  "peerDependencies": {
    "handlebars": "4.x.x"
  },
  "author": "Jan Blaha",
  "devDependencies": {
    "eslint": "4.18.1",
    "handlebars": "4.1.2",
    "jsreport-core": "2.6.1",
    "jsreport-studio-dev": "1.5.0",
    "mocha": "5.0.1",
    "should": "13.2.3",
    "standard": "11.0.0"
  },
  "files": [
    "lib",
    "index.js",
    "jsreport.config.js"
  ],
  "engines": {
    "node": ">=8.9"
  }
}
