{
  "name": "grunt-devperf",
  "description": "Helps front-end developers to reach a good quality good performances, based on phantomas and grunt-phantomas.",
  "version": "0.2.13",
  "homepage": "https://github.com/gmetais/grunt-devperf",
  "author": {
    "name": "Gaël Métais",
    "email": "gael@gaelmetais.com",
    "url": "www.gaelmetais.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gmetais/grunt-devperf.git"
  },
  "bugs": {
    "url": "https://github.com/gmetais/grunt-devperf/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gmetais/grunt-devperf/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt": "^0.4.4"
  },
  "peerDependencies": {
    "grunt": "^0.4.4"
  },
  "dependencies": {
    "grunt-phantomas": "0.10.0",
    "grunt-open": "^0.2.3"
  },
  "keywords": [
    "gruntplugin",
    "phantomas",
    "performance",
    "metrics",
    "phantomjs"
  ]
}
