{
  "name": "grunt-inline-css",
  "description": "Takes an html file with css link and turns inline.  Great for emails.",
  "version": "1.0.0",
  "homepage": "https://github.com/jgallen23/grunt-inline-css",
  "author": {
    "name": "Greg Allen"
  },
  "contributors": [
    {
      "name": "Simon Bruce"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jgallen23/grunt-inline-css.git"
  },
  "bugs": {
    "url": "https://github.com/jgallen23/grunt-inline-css/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jgallen23/grunt-inline-css/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test",
    "travis": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-nodeunit": "~1.0.0",
    "grunt": "~1.0.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ],
  "dependencies": {
    "juice": "~3.0.1"
  }
}
