{
  "name": "mosaico",
  "version": "0.18.11",
  "description": "Mosaico - OpenSource Email Template Editor",
  "main": "./src/js/app.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:voidlabs/mosaico.git"
  },
  "browserify": {
    "transform": [
      "aliasify",
      "browserify-shim",
      "browserify-versionify"
    ]
  },
  "aliasify": {
    "aliases": {
      "console": "console-browserify",
      "knockoutjs-reactor": "ko-reactor/dist/ko-reactor.min.js",
      "tinycolor": "tinycolor2"
    }
  },
  "browserify-shim": {
    "jquery": "global:jQuery",
    "jquery-ui/ui/widgets/sortable": "global:jQuery.ui.sortable",
    "jquery-ui/ui/widgets/draggable": "global:jQuery.ui.draggable",
    "jquery-ui/ui/widgets/droppable": "global:jQuery.ui.droppable",
    "jquery-ui/ui/widgets/resizable": "global:jQuery.ui.resizable",
    "jquery-ui/ui/widgets/spinner": "global:jQuery.ui.spinner",
    "jquery-ui/ui/widgets/tabs": "global:jQuery.ui.tabs",
    "knockout": "global:ko",
    "knockout-jqueryui": "global:kojqui",
    "tinymce": "global:tinymce"
  },
  "dependencies": {
    "@selectize/selectize": "^0.14.0",
    "blueimp-canvas-to-blob": "3.29.0",
    "blueimp-file-upload": "10.32.0",
    "blueimp-load-image": "5.16.0",
    "console-browserify": "^1.2.0",
    "default-passive-events": "^4.0.0",
    "evol-colorpicker": "^3.4.4",
    "font-awesome": "^4.7.0",
    "jquery": "^3.7.1",
    "jquery-migrate": "^3.5.2",
    "jquery-ui-package": "1.11.4",
    "jquery-ui-touch-punch": "^0.2.3",
    "jquery.iframe-transport": "^1.0.0",
    "jsep": "^1.4.0",
    "juice": "^11.0.1",
    "knockout": "3.5.1",
    "knockout-jqueryui": "2.2.4",
    "knockout-sortable": "^1.2.2",
    "ko-reactor": "^1.4.2",
    "mensch": "^0.3.4",
    "slick": "1.12.2",
    "tinycolor2": "1.6.0",
    "toastr": "^2.1.4"
  },
  "devDependencies": {
    "@lodder/grunt-postcss": "3.1.1",
    "aliasify": "2.1.0",
    "async": "3.2.6",
    "autoprefixer": "^10.4.21",
    "body-parser": "2.2.0",
    "browserify": "17.0.1",
    "browserify-incremental": "3.1.1",
    "browserify-shim": "3.8.16",
    "browserify-versionify": "^1.0.6",
    "cheerio": "1.1.2",
    "connect-livereload": "0.6.1",
    "express": "5.1.0",
    "grunt": "^1.6.1",
    "grunt-browserify": "6.0.0",
    "grunt-contrib-clean": "2.0.1",
    "grunt-contrib-compress": "2.0.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "5.0.0",
    "grunt-contrib-jshint": "3.2.0",
    "grunt-contrib-less": "3.0.0",
    "grunt-contrib-uglify": "5.2.2",
    "grunt-contrib-watch": "1.1.0",
    "grunt-exorcise": "2.1.1",
    "grunt-express-server": "0.5.4",
    "grunt-google-fonts": "^0.3.5",
    "grunt-jasmine-node-coverage": "2.0.1",
    "grunt-keepalive": "^1.0.0",
    "grunt-newer": "^1.3.0",
    "grunt-parallel": "0.5.1",
    "jasmine-core": "5.9.0",
    "jimp": "^1.6.0",
    "jshint-stylish": "2.2.1",
    "license-checker": "25.0.1",
    "load-grunt-tasks": "5.1.0",
    "lodash": "^4.17.21",
    "multer": "2.0.2",
    "nodemailer": "7.0.5",
    "npm-force-resolutions": "0.0.10",
    "postcss": "8.5.6",
    "postcss-minify": "^1.2.0",
    "rewiremock": "^3.14.6",
    "tinymce": "4.9.11"
  },
  "browserslist": [
    "last 2 versions",
    "not dead",
    "> 1%",
    "IE 10",
    "IE 11"
  ],
  "author": "Stefano Bagnara",
  "license": "GPL-3.0",
  "licenseurl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
  "overrides": {
    "async": "3.2.6",
    "jpeg-js": "0.4.4",
    "minimist": "1.2.6",
    "uglify-js": "3.17.4",
    "underscore": "1.13.7",
    "undici": "5.21.0"
  },
  "scripts": {
    "start": "grunt",
    "test": "grunt jasmine_node"
  },
  "engines": {
    "node": ">= 18.0.0",
    "npm": ">= 8.3.0"
  },
  "release-it": {
    "github": {
      "release": true,
      "releaseName": "v${version}"
    },
    "hooks": {
      "before:init": [
        "npm run test",
        "grunt check_licenses"
      ],
      "after:bump": [
        "grunt dist"
      ],
      "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
    }
  }
}
