{
  "name": "grunt-sitespeedio",
  "description": "Analyze the web performance of your site using Grunt",
  "version": "3.1.0",
  "homepage": "https://www.sitespeed.io/documentation/sitespeed.io/continuous-integration/",
  "author": {
    "name": "Peter Hedenskog",
    "email": "peter@soulgalore.com",
    "url": "https://www.peterhedenskog.com"
  },
  "contributors": {
    "name": "Tobias Lidskog"
  },
  "keywords": [
    "performance",
    "web",
    "budget",
    "webperf",
    "perfmatters",
    "perfbudget",
    "browser",
    "gruntplugin"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/sitespeedio/grunt-sitespeedio.git"
  },
  "bugs": {
    "url": "https://github.com/sitespeedio/grunt-sitespeedio/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 8.9.0"
  },
  "scripts": {
    "lint": "npm run eslint",
    "eslint": "eslint .",
    "travis": "npm run lint"
  },
  "devDependencies": {
    "eslint": "^3.5.0",
    "eslint-config-airbnb-base": "^7.1.0",
    "eslint-plugin-import": "^1.15.0",
    "hooker": "0.2.3",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-nodeunit": "^0.4.1"
  },
  "dependencies": {
    "sitespeed.io": "6.1.2",
    "lodash.merge": "4.6.0",
    "temporary": "0.0.8"
  },
  "peerDependencies": {
    "grunt": "~0.4.5"
  }
}
