{
  "name": "courier-notices",
  "version": "1.2.2",
  "description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.",
  "main": "gulpfile.babel.js",
  "scripts": {
    "start": "gulp",
    "build": "gulp build:release --production --release"
  },
  "author": "Linchpin <sayhi@linchpin.com>",
  "license": "GPL",
  "dependencies": {
    "jquery": "3.5.0",
    "save-dev": "^0.0.1-security",
    "through2": "^3.0.1",
    "what-input": "5.2.7"
  },
  "devDependencies": {
    "@babel/core": "7.10.5",
    "@babel/preset-env": "7.10.4",
    "@babel/register": "7.10.5",
    "autoprefixer": "9.8.5",
    "babel-loader": "8.1.0",
    "browser-sync": "2.26.10",
    "gulp": "4.0.2",
    "gulp-babel": "8.0.0",
    "gulp-bump": "3.2.0",
    "gulp-clean-css": "4.3.0",
    "gulp-cli": "2.3.0",
    "gulp-concat": "2.6.1",
    "gulp-extname": "0.2.2",
    "gulp-if": "3.0.0",
    "gulp-load-plugins": "2.0.3",
    "gulp-postcss": "8.0.0",
    "gulp-readme-to-markdown": "0.2.1",
    "gulp-replace": "1.0.0",
    "gulp-sass": "4.1.0",
    "gulp-sourcemaps": "2.6.5",
    "gulp-uglify": "3.0.2",
    "js-yaml": "3.14.0",
    "rimraf": "3.0.2",
    "vinyl-named": "1.1.0",
    "webpack": "4.43.0",
    "webpack-stream": "5.2.1",
    "yargs": "15.4.1",
		"kind-of": "6.0.3"
  },
  "resolutions": {
		"lodash": "^4.17.19",
    "lodash.template": "^4.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/linchpin/courier.git"
  },
  "bugs": {
    "url": "https://github.com/linchpin/courier/issues",
    "email": "sayhi@linchpin.com"
  },
  "engines": {
    "node": ">= 10.13.0"
  },
  "private": true,
  "browserslist": [
    "last 1 version",
    "> 1%",
    "maintained node versions",
    "not dead"
  ]
}
