{
  "name": "performance-budget-plugin",
  "version": "1.2.1",
  "description": "Performance budget plugin for Webpack",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AvraamMavridis/performance-budget-plugin.git"
  },
  "keywords": [
    "performance",
    "perf",
    "budget",
    "webperf",
    "webpack",
    "plugin",
    "requests",
    "gzipRequests",
    "postRequests",
    "httpsRequests",
    "notFound",
    "timeToFirstByte",
    "timeToLastByte",
    "bodySize",
    "contentLength",
    "httpTrafficCompleted",
    "ajaxRequests",
    "htmlCount",
    "htmlSize",
    "cssCount",
    "cssSize",
    "jsCount",
    "jsSize",
    "jsonCount",
    "jsonSize",
    "imageCount",
    "imageSize",
    "webfontCount",
    "webfontSize",
    "videoCount",
    "videoSize",
    "base64Count",
    "base64Size",
    "cacheHits",
    "cacheMisses",
    "cachePasses",
    "domains",
    "domInteractive",
    "domContentLoaded",
    "domComplete",
    "maxRequestsPerDomain",
    "medianRequestsPerDomain",
    "cookiesSent",
    "cookiesRecv",
    "domainsWithCookies",
    "documentCookiesLength",
    "documentCookiesCount",
    "assetsNotGzipped",
    "assetsWithQueryString",
    "assetsWithCookies",
    "smallImages",
    "smallCssFiles",
    "smallJsFiles",
    "multipleRequests",
    "smallestResponse",
    "biggestResponse",
    "fastestResponse",
    "slowestResponse",
    "smallestLatency",
    "biggestLatency",
    "medianResponse",
    "medianLatency",
    "requestsToFirstPaint",
    "domainsToFirstPaint",
    "requestsToDomContentLoaded",
    "domainsToDomContentLoaded",
    "requestsToDomComplete",
    "domainsToDomComplete"
  ],
  "author": "Avraam Mavridis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AvraamMavridis/performance-budget-plugin/issues"
  },
  "homepage": "https://github.com/AvraamMavridis/performance-budget-plugin#readme",
  "dependencies": {
    "babar": "0.1.0",
    "colors": "^1.1.2",
    "phantomas": "^1.18.0"
  }
}
