| 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 |
|