{
  "name": "microtemplate",
  "version": "2.0.4",
  "description": "micro template",
  "files": [
    "lib/**/*.js"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/xudafeng/microtemplate.git"
  },
  "keywords": [
    "template"
  ],
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-plugin-mocha": "^4.12.1",
    "git-contributor": "1",
    "mocha": "*",
    "nyc": "^11.6.0",
    "should": "^13.2.3"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "lint": "eslint --fix lib",
    "ci": "npm run lint && npm run test",
    "clean": "rm -rf ./docs",
    "build:doc": "npm run clean && jsdoc -c ./jsdoc.json",
    "contributor": "git-contributor"
  },
  "license": "MIT"
}
