{
  "name": "mjml-core",
  "description": "mjml-core",
  "version": "4.4.1",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjmlio/mjml.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mjmlio/mjml/issues"
  },
  "homepage": "https://mjml.io",
  "scripts": {
    "clean": "cross-env ../../node_modules/.bin/rimraf lib",
    "build": "cross-env ../../node_modules/.bin/babel src --out-dir lib",
    "test": "node ./tests/index.js"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "html-minifier": "^3.5.3",
    "js-beautify": "^1.6.14",
    "juice": "^5.2.0",
    "lodash": "^4.17.2",
    "mjml-migrate": "4.4.1",
    "mjml-parser-xml": "4.4.1",
    "mjml-validator": "4.4.1"
  },
  "devDependencies": {
    "chai": "^4.1.1",
    "cross-env": "^5.2.0"
  }
}
