-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 Bytes
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
{
"name": "iminify",
"version": "1.0.15",
"description": "Image optimization module based on imagemin",
"main": "iminify.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsanse/iMinify.git"
},
"author": "Vishal Sanserwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsanse/iMinify/issues"
},
"homepage": "https://github.com/vsanse/iMinify#readme",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.1",
"imagemin": "^6.1.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webp": "^5.1.0",
"prompt-confirm": "^2.0.4",
"yargs": "^13.2.4"
},
"bin": {
"minify": "./iminify.js"
}
}