UNPKG

988 BJSONView Raw
1{
2 "name": "imagemin-mozjpeg",
3 "version": "7.0.0",
4 "description": "Imagemin plugin for mozjpeg",
5 "license": "MIT",
6 "repository": "imagemin/imagemin-mozjpeg",
7 "author": {
8 "name": "Kevin Mårtensson",
9 "email": "kevinmartensson@gmail.com",
10 "url": "github.com/kevva"
11 },
12 "maintainers": [
13 {
14 "name": "Sindre Sorhus",
15 "email": "sindresorhus@gmail.com",
16 "url": "sindresorhus.com"
17 },
18 {
19 "name": "Shinnosuke Watanabe",
20 "url": "github.com/shinnn"
21 }
22 ],
23 "engines": {
24 "node": ">=4"
25 },
26 "scripts": {
27 "test": "xo && ava"
28 },
29 "files": [
30 "index.js"
31 ],
32 "keywords": [
33 "compress",
34 "image",
35 "imageminplugin",
36 "img",
37 "jpeg",
38 "jpg",
39 "minify",
40 "mozjpeg",
41 "optimize"
42 ],
43 "dependencies": {
44 "execa": "^0.8.0",
45 "is-jpg": "^1.0.0",
46 "mozjpeg": "^5.0.0"
47 },
48 "devDependencies": {
49 "ava": "*",
50 "is-progressive": "^3.0.0",
51 "pify": "^3.0.0",
52 "xo": "*"
53 }
54}