{
  "name": "swu-mjml",
  "version": "1.1.0",
  "description": "Automagically compile MJML templates to responsive HTML and easily update new versions to Sendwithus platform",
  "author": "Matas Simonaitis",
  "license": "ISC",
  "homepage": "https://github.com/matass/swu-mjml",
  "repository": {
    "type": "git",
    "url": "https://github.com/matass/swu-mjml"
  },
  "bugs": {
    "url": "https://github.com/matass/swu-mjml/issues"
  },
  "keywords": [
    "sendwithus",
    "swu",
    "mjml",
    "responsive",
    "transactional",
    "email"
  ],
  "scripts": {
    "prepublish": "coffee --output lib --compile src",
    "start": "coffee --output lib --compile src",
    "test": "npm start | make _test"
  },
  "dependencies": {
    "body-parser": "^1.18.2",
    "ejs": "^2.5.7",
    "express": "^4.16.2",
    "gulp": "^4.0.1",
    "gulp-mjml": "^3.0.0",
    "mjml-core": "^4.4.0-beta.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-files": "^1.4.0",
    "coffee-script": "^1.12.7",
    "coveralls": "^3.0.3",
    "gulp-mocha": "^6.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "mocha-lcov-reporter": "^1.3.0"
  }
}
