{
  "name": "grunt-mjml",
  "description": "Grunt integration for mjml, the email template engine",
  "version": "1.0.2",
  "homepage": "https://github.com/smbeiragh/grunt-mjml",
  "author": {
    "name": "smbeiragh",
    "email": "smbeiragh@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/smbeiragh/grunt-mjml.git"
  },
  "bugs": {
    "url": "https://github.com/smbeiragh/grunt-mjml/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/smbeiragh/grunt-mjml/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt": "~1.0.1",
    "mjml": "4.x"
  },
  "keywords": [
    "gruntplugin",
    "mjml",
    "grunt",
    "plugin"
  ],
  "peerDependencies": {
    "mjml": "^3.0.0 || ^4.0.0"
  }
}
