{
  "name": "vue-indent-pug-loader",
  "version": "0.1.1",
  "description": "a vue pug template loader that the first line has space indent",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gxlmyacc/vue-indent-pug-loader.git"
  },
  "keywords": [
    "vue-indent-pug-loader",
    "pug-loader",
    "pug",
    "vue",
    "webpack"
  ],
  "author": "gxlmyacc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gxlmyacc/vue-indent-pug-loader/issues"
  },
  "homepage": "https://github.com/gxlmyacc/vue-indent-pug-loader#readme",
  "engines": {
    "node": ">= 6.9.0 || >= 8.9.0"
  },
  "peerDependencies": {
    "pug": "^2.0.0"
  },
  "dependencies": {
    "loader-utils": "^1.1.0"
  },
  "devDependencies": {
    "pug": "^2.0.3"
  }
}
