{
  "name": "mjml-cli",
  "description": "MJML: the only framework that makes responsive-email easy",
  "version": "4.3.1",
  "main": "bin/mjml",
  "bin": {
    "mjml-cli": "bin/mjml"
  },
  "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"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "chokidar": "^1.6.1",
    "cross-env": "^5.1.4",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "mjml-core": "4.3.1",
    "mjml-migrate": "4.3.1",
    "mjml-parser-xml": "4.3.1",
    "mjml-validator": "4.3.0",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "chai": "^4.1.1",
    "mocha": "^3.5.0"
  }
}
