{
  "name": "lodash-template-extras",
  "version": "1.0.0",
  "description": "Add inheritance to lodash/underscore template engine",
  "main": "lodash-template-extras.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yulanggong/lodash-template-extras.git"
  },
  "keywords": [
    "underscore",
    "lodash",
    "template",
    "inheritance"
  ],
  "author": "yulanggong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yulanggong/lodash-template-extras/issues"
  },
  "homepage": "https://github.com/yulanggong/lodash-template-extras#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "lodash": "^4.13.1",
    "mocha": "^2.5.3",
    "underscore": "^1.8.3"
  }
}
