-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.06 KB
/
package.json
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
{
"author": {
"name": "Romain Stiffler",
"email": "dev@rstiffler.net"
},
"bin": {
"image4web": "cli.js"
},
"bugs": {
"url": "https://github.com/r-stiffler/image4-web/issues"
},
"dependencies": {
"gifsicle": ">=3.0.4",
"mozjpeg": ">=4",
"pngquant-bin": ">=5",
"svgo": ">=1"
},
"description": "Image compressor for web usage (but not only!)",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"mocha": ">=5"
},
"files": [
"License.txt",
"Readme.md",
"index.js",
"lib/"
],
"homepage": "https://github.com/r-stiffler/image4-web",
"keywords": [
"image4Web",
"image4-web",
"image compressor",
"png compressor",
"jpg compressor",
"jpeg compressor",
"svg compressor",
"gif compressor"
],
"license": "MIT",
"main": "index.js",
"name": "image4-web",
"repository": {
"type": "git",
"url": "https://github.com/r-stiffler/image4-web"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}