{
	"name": "courier-notices",
	"version": "1.4.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",
		"release": "gulp build:release"
	},
	"author": "Linchpin <sayhi@linchpin.com>",
	"license": "GPL-2.0-or-later",
	"dependencies": {
		"jquery": "3.6.0",
		"lodash": "4.17.21",
		"save-dev": "0.0.1-security",
		"through2": "4.0.2",
		"what-input": "5.2.10"
	},
	"devDependencies": {
		"@babel/core": "7.17.2",
		"@babel/preset-env": "7.16.11",
		"@babel/register": "7.17.0",
		"autoprefixer": "10.4.2",
		"babel-loader": "8.2.3",
		"browser-sync": "2.27.7",
		"node-sass": "^6.0.1",
		"postcss": "^8.3.5",
		"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.7",
		"gulp-postcss": "9.0.1",
		"gulp-readme-to-markdown": "0.2.1",
		"gulp-replace": "1.1.3",
		"gulp-sass": "5.1.0",
		"gulp-sourcemaps": "3.0.0",
		"gulp-uglify": "3.0.2",
		"js-yaml": "4.1.0",
		"kind-of": "6.0.3",
		"rimraf": "3.0.2",
		"vinyl-named": "1.1.0",
		"webpack": "5.68.0",
		"webpack-stream": "6.1.2",
		"yargs": "17.0.1"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/linchpin/courier-notices.git"
	},
	"bugs": {
		"url": "https://github.com/linchpin/courier-notices/issues",
		"email": "sayhi@linchpin.com"
	},
	"engines": {
		"node": ">= 14.10.0"
	},
	"browserslist": [
		"last 1 version",
		"> 1%",
		"not dead"
	],
	"output": {
		"chunkLoading": false,
		"wasmLoading": false
	}
}
