Files
ogre-suspension/package.json
Cooper Dalrymple e3bb6e6039 Initial commit
2025-10-29 11:52:55 -05:00

29 lines
719 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/ogre-suspension",
"version": "1.0.0",
"title": "OgreSuspension",
"description": "OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"Plugin",
"suspension",
"lockdown",
"shutdown",
"suspend"
],
"homepage": "https://cleverogre.com",
"engines": {
"node": ">=21.1.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-zip": "^6.1.0"
}
}