-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 822 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
36
37
{
"name": "minimage",
"version": "2.0.5",
"description": "A CLI tool to optimise raster images with TinyPNG and SVG with SVGO",
"main": "optimise.js",
"repository": {
"type": "git",
"url": "git+https://github.com/OwenMelbz/minimage.git"
},
"bugs": {
"url": "https://github.com/OwenMelbz/minimage/issues"
},
"homepage": "https://github.com/OwenMelbz/minimage#readme",
"bin": {
"minimage": "bin/index.js"
},
"dependencies": {
"glob-all": "^3.1.0",
"svgo": "^1.3.0",
"lodash": "^4.17.5",
"tinify": "^1.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"tinypng",
"svgo",
"image",
"optimise",
"optimize"
],
"author": "Owen Melbourne",
"license": "MIT"
}