{
  "name": "pugs",
  "version": "0.0.9",
  "description": "Common pug component templates",
  "main": "index.pug",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiewulong/pugs.git"
  },
  "keywords": [
    "pug",
    "template"
  ],
  "author": "xiewulong <xiewulong@vip.qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xiewulong/pugs/issues"
  },
  "homepage": "https://github.com/xiewulong/pugs#readme",
  "dependencies": {
    "pug": "^2.0.3"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
