{
  "name": "mjml-migrate",
  "version": "4.3.1",
  "description": "A tool to migrate a template from MJML 3 to MJML 4",
  "main": "lib/migrate.js",
  "bin": {
    "migrate": "lib/cli.js"
  },
  "scripts": {
    "clean": "cross-env ../../node_modules/.bin/rimraf lib",
    "build": "cross-env ../../node_modules/.bin/babel src --out-dir lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjmlio/mjml.git"
  },
  "author": "Nicolas Garnier",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "commander": "^2.11.0",
    "cross-env": "^5.1.4",
    "js-beautify": "^1.6.14",
    "lodash": "^4.17.2",
    "mjml-core": "4.3.1",
    "mjml-parser-xml": "4.3.1"
  }
}
