34 lines
769 B
JSON
34 lines
769 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"name": "cleverogre/ogre-alert",
|
|
"version": "0.2.1",
|
|
"title": "OgreAlert",
|
|
"description": "OgreAlert is a plugin developed by CleverOgre in Pensacola, Florida.",
|
|
"author": "CleverOgre",
|
|
"license": "GPL-2.0+",
|
|
"keywords": [
|
|
"WordPress",
|
|
"Plugin",
|
|
"Alert",
|
|
"Banner"
|
|
],
|
|
"homepage": "https://cleverogre.com",
|
|
"engines": {
|
|
"node": ">=21.1.0",
|
|
"npm": ">=10.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.21",
|
|
"cssnano": "^6.0.3",
|
|
"gulp": "^5.0.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-postcss": "^9.1.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-zip": "^6.1.0",
|
|
"postcss": "^8.4.33",
|
|
"postcss-cli": "^11.0.0",
|
|
"sass": "^1.89.0"
|
|
}
|
|
}
|