{
  "project": {
    "name": "size-matters",
    "path":"./"
  },
  "database": {
    "fullPath": "C:\\Users\\aedwards\\workspace\\sqlite\\example.s3db"
  },
  "analyze": {
    "rootPath":"./src",
    "ignoreOutdatedFiles": true,
    "fileSize": {
      "threshold": {
        "minor":1,
        "moderate":1024,
        "major":2048,
        "unacceptable": 4096
      }
    },
    "maxHistory": 6,
    "include": ["**/*.js", "**/*.css"],
    "ignore": ["node_modules/**", "reports/**"]
  },
  "reporting": {
    "path":"./reports",
    "chart": {
      "width": "1900px",
      "height": "500px"
    }
  }
}
