29 lines
586 B
JSON
29 lines
586 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"name": "cleverogre/ogre-captcha",
|
|
"version": "1.2.6",
|
|
"title": "Ogre CAPTCHA",
|
|
"description": "Protect your site with CAPTCHA",
|
|
"author": "CleverOgre",
|
|
"license": "GPL-3.0+",
|
|
"keywords": [
|
|
"WordPress",
|
|
"Plugin",
|
|
"Cap",
|
|
"CAPTCHA",
|
|
"Security"
|
|
],
|
|
"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-filter": "^10.0.0",
|
|
"gulp-zip": "^6.1.0"
|
|
}
|
|
}
|