{
  "name": "critical-css",
  "description": "Detects Above the Fold styles on sites and assembles a stylesheet of them.",
  "version": "0.2.4",
  "homepage": "https://github.com/attila/critical-css",
  "author": "Attila Beregszaszi <attila@frontseed.com> (http://frontseed.com/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/attila/critical-css.git"
  },
  "bugs": {
    "url": "https://github.com/attila/critical-css/issues"
  },
  "main": "./critical-css.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "phantomjs": "1.9.11",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1"
  },
  "scripts": {
    "test": "grunt test"
  },
  "readmeFilename": "README.md",
  "keywords": [
    "critical",
    "path",
    "css",
    "phantomjs"
  ],
  "license": "MIT"
}
