-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 Bytes
/
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
{
"name": "png-compressor",
"version": "0.1.0",
"description": "Command line PNG optimizer and compressor built on Node.js",
"main": "lossly-then-losslessly.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hirako2000/png-compressor.git"
},
"keywords": [
"png",
"compressor",
"optimizer",
"image"
],
"author": "hirako2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/hirako2000/png-compressor/issues"
},
"homepage": "https://github.com/hirako2000/png-compressor#readme",
"dependencies": {
"gm": "^1.22.0",
"imagemin": "^5.1.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-optipng": "^5.1.0",
"imagemin-pngquant": "^5.0.0",
"imagemin-zopfli": "^4.2.0",
"mkdirp": "^0.5.1",
"pngout-bin": "^3.0.0"
}
}