Initial commit of 0.2.0
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://getcomposer.org/schema.json",
|
||||
"name": "cleverogre/ogre-obfuscation",
|
||||
"version": "0.2.0",
|
||||
"title": "Ogre Obfuscation",
|
||||
"description": "Ogre Obfuscation is a plugin developed by CleverOgre in Pensacola, Florida.",
|
||||
"author": "CleverOgre",
|
||||
"license": "GPL-3.0+",
|
||||
"keywords": [
|
||||
"WordPress",
|
||||
"Plugin",
|
||||
"Obfuscation"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user