-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 813 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
{
"name": "optimage",
"description": "Image optimizer",
"version": "0.2.0",
"homepage": "https://github.com/yuanyan/node-optimage",
"author": {
"name": "yuanyan",
"url": "https://github.com/yuanyan"
},
"repository": {
"type": "git",
"url": "git://github.com/yuanyan/node-optimage.git"
},
"bugs": {
"url": "https://github.com/yuanyan/node-optimage/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yuanyan/node-optimage/blob/master/MIT-LICENSE.txt"
}
],
"bin": "bin/optimage",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"jpegtran-bin": "~0.2.1",
"optipng-bin": "~0.3.1",
"gifsicle": "~0.1.4"
},
"devDependencies": {
"modjs": "*"
},
"keywords": ["png", "jpg", "jpeg", "gif", "image"]
}