{
  "name": "mjml4-in-browser",
  "version": "1.1.2",
  "description": "MJML 4 packaged for being used in browser (packaged by webpack)",
  "main": "dist/mjml.js",
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bures/mjml4-in-browser.git"
  },
  "author": "Tomas Bures",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bures/mjml4-in-browser/issues"
  },
  "homepage": "https://github.com/bures/mjml4-in-browser#readme",
  "dependencies": {
    "html-minifier": "^3.5.3",
    "htmlparser2": "^3.10.1",
    "js-beautify": "^1.10.1",
    "juice": "^4.1.0",
    "lodash": "^4.17.15",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-export-default-from": "^7.5.2",
    "@babel/plugin-proposal-function-bind": "^7.2.0",
    "@babel/preset-env": "^7.5.5",
    "babel-loader": "^8.0.6",
    "uglifyjs-webpack-plugin": "^2.1.3",
    "webpack": "^4.36.1",
    "webpack-cli": "^3.3.6"
  }
}
