Initial commit
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"name": "cleverogre/ogre-sort",
|
||||
"version": "1.0.0",
|
||||
"title": "Ogre Sort",
|
||||
"description": "WordPress plugin which enables drag-and-drop sorting within the admin area for posts, terms, and posts within terms.",
|
||||
"author": "CleverOgre",
|
||||
"license": "GPL-3.0+",
|
||||
"keywords": [
|
||||
"WordPress",
|
||||
"Plugin",
|
||||
"Sorting",
|
||||
"menu_order",
|
||||
"term_order",
|
||||
"CPT"
|
||||
],
|
||||
"homepage": "https://cleverogre.com",
|
||||
"engines": {
|
||||
"node": ">=21.1.0",
|
||||
"npm": ">=10.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-cli": "^2.3.0",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-zip": "^6.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user