{
  "name": "xmailbuilder",
  "version": "1.0.31",
  "description": "XMailBuilder",
  "main": "dist/index.es5.js",
  "module": "dist/index.es6.js",
  "jsnext:main": "dist/index.es6.js",
  "scripts": {
    "build": "gulp build",
    "test": "babel-node test/es6 && babel-node test/es5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xboy2012/xmailbuilder.git"
  },
  "keywords": [
    "email"
  ],
  "author": "xboy2012",
  "license": "UNLICENCED",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-plugin-transform-remove-strict-mode": "0.0.2",
    "babel-preset-es2015": "^6.24.1",
    "gulp": "^3.9.1",
    "pug": "^2.0.0-rc.3",
    "rollup": "^0.45.2",
    "stylus": "^0.54.5",
    "uglify-js": "^3.0.27"
  },
  "babel": {
    "presets": [
      "es2015"
    ],
    "plugins": [
      "transform-remove-strict-mode"
    ]
  },
  "dependencies": {
    "ajv": "^5.2.2",
    "cheerio": "^0.22.0",
    "csso": "^3.1.1",
    "htmlclean": "^3.0.2",
    "juice": "^4.1.0"
  }
}
