-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "category-icon",
"version": "1.0.0",
"description": "WordPress plugin to easily attach an icon and/or an image to a category, tag or any other taxonomy term.",
"repository": {
"type": "git",
"url": "git+https://github.com/pixelgrade/category-icon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pixelgrade/category-icon/issues"
},
"homepage": "https://github.com/pixelgrade/category-icon#readme",
"engines": {
"node": ">=14.17.3",
"npm": ">=6.14.13"
},
"scripts": {
"zip": "gulp zip",
"preinstall": "cd ./node-tasks/ && npm install && node ./lock_node_version.js"
},
"main": "gulpfile.js",
"dependencies": {
"command-exists": "^1.2.9",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-exec": "^5.0.0",
"gulp-load-plugins": "^2.0.7",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rsync": "^0.0.9"
},
"devDependencies": {}
}