{
  "name": "@coco-platform/handlebars-extension",
  "version": "0.3.1",
  "description": "A specific handlebars extension collection within MVC.",
  "main": "lib/index.js",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "precommit": "pretty-quick --staged",
    "prepush": "npm test",
    "prepublish": "npm-run-all -s clean compile",
    "clean": "rm -rf lib",
    "compile": "tsc --declaration --outDir lib",
    "test": "jest --coverage",
    "test:cov": "jest --watch"
  },
  "files": ["lib"],
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/coco-platform/handlebars-extension.git"
  },
  "keywords": ["nodejs", "handlebars"],
  "author": "huang.jian <hjj491229492@hotmail.com>",
  "contributors": [
    {
      "name": "huang.jian",
      "email": "hjj491229492@hotmail.com"
    },
    {
      "name": "yang.yuncai",
      "email": "383235388@qq.com"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/coco-platform/handlebars-extension/issues"
  },
  "homepage": "https://github.com/coco-platform/handlebars-extension#README",
  "devDependencies": {
    "@types/handlebars": "^4.0.38",
    "@types/jest": "^23.1.1",
    "@types/lodash": "^4.14.110",
    "@types/node": "^10.3.4",
    "eslint": "^4.9.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.5.0",
    "glob": "^7.1.2",
    "husky": "^0.14.3",
    "jest": "^22.4.3",
    "npm-run-all": "^4.1.3",
    "prettier": "^1.12.1",
    "pretty-quick": "^1.4.1",
    "ts-jest": "^22.4.6",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "handlebars": "^4.0.11",
    "lodash": "^4.17.10"
  }
}
