-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "the-cache-purger",
"package": "The Cache Purger",
"version": "2.0.11",
"description": "Server-side cache purging plugin incorporating a slew of plugin, hosting, and general server based cache purges.",
"main": "gulpfile.js",
"source": "source",
"distribution": "dist",
"production": {
"shouldcopy": false,
"path": "/home/kpirnie/SVN/the-cache-purger/trunk/"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.com/kp-development/wordpress/plugins/the-cache-purger.git"
},
"engines": {
"node": ">=26"
},
"type": "module",
"author": {
"name": "Kevin Pirnie",
"email": "me@kpirnie.com",
"url": "https://kevinpirnie.com/"
},
"bugs": {
"url": "https://gitlab.com/kp-development/wordpress/plugins/the-cache-purger/issues",
"email": "me@kpirnie.com"
},
"homepage": "https://kevinpirnie.com/kevin-pirnies-articles/wordpress-plugin-the-cache-purger/",
"devDependencies": {
"gulp": "latest",
"gulp-clean": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-imagemin": "latest",
"gulp-rename": "latest",
"gulp-replace": "latest",
"gulp-sass": "latest",
"gulp-svgo": "latest",
"gulp-uglify": "latest",
"gulp-wp-pot": "latest",
"sass": "latest"
},
"dependencies": {
"node-fetch": "latest"
},
"allowScripts": {
"gifsicle@5.3.0": true,
"mozjpeg@8.0.0": true,
"optipng-bin@7.0.1": true,
"@parcel/watcher@2.5.6": true
}
}