PluginProbe
Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF / 1.9.6
Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF v1.9.6
2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.9 2.2.8 trunk 1.10 1.3.3 1.3.4 1.3.5 1.3.5.1 1.3.5.2 1.3.6 1.3.6.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.5 All 103 releases
imagify / package.json

package.json in Imagify Image Optimization: Optimize Images | Compress & Convert to WebP/AVIF 1.9.6, at package.json

21 lines 598 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "imagify",
3 "description": "Imagify Image Optimizer. Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.",
4 "version": "1.9.6",
5 "homepage": "https://wordpress.org/plugins/imagify/",
6 "license": "GPL-2.0",
7 "private": true,
8 "author": {
9 "name": "WP Media",
10 "url": "http://wp-media.me"
11 },
12 "devDependencies": {
13 "autoprefixer": "^7.0.1",
14 "grunt": "^1.0.1",
15 "grunt-contrib-cssmin": "^1.0.1",
16 "grunt-contrib-uglify": "^2.1.0",
17 "grunt-eslint": "^20.0.0",
18 "grunt-postcss": "^0.8.0"
19 }
20 }
21