-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
38
{
"name": "cropshop",
"version": "0.0.61",
"description": "Simple command line tool which crops images to specified sizes in order to cope with a lazy load lifestyle",
"main": "index.js",
"bin": {
"cropshop": "index.js"
},
"author": "James Singleton <[email protected]> jamespants.com",
"license": "ISC",
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"del": "^2.2.2",
"gm": "^1.23.0",
"imagemin": "^5.2.2",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-optipng": "^5.2.0",
"ora": "^0.3.0",
"prompt": "^1.0.0",
"q": "^1.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/edweena/cropshop"
},
"keywords": [
"image resize",
"image crop",
"resize",
"crop",
"image compression",
"lazy load"
]
}