-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.11 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
53
54
55
56
{
"name": "ish",
"version": "0.0.1",
"description": "Determines if an image is better as a PNG or JPG",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"nomnom": "~1.8.0",
"gm": "~1.16.0",
"q": "~0.9.7",
"node-xml-lite": "0.0.3",
"async-q": "^0.2.2",
"chalk": "~0.5.1",
"temp": "^0.8.1",
"timespan": "^2.3.0"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.0",
"rewire": "~2.0.1",
"gulp": "~3.8.8",
"gulp-jshint": "~1.8.4",
"jshint-stylish": "~1.0.0",
"gulp-mocha": "~1.1.0",
"run-sequence": "~1.0.1"
},
"main": "./lib/ish",
"bin": {
"ish": "./bin/ish"
},
"repository": {
"type": "git",
"url": "git://github.com/labaneilers/ish.git"
},
"bugs": {
"url": "https://github.com/labaneilers/ish/issues"
},
"keywords": [
"image optimization"
],
"author": {
"name": "Laban Eilers",
"email": "[email protected]",
"url": "http://www.labaneilers.com"
},
"contributors": [
{
"name": "Laban Eilers"
}
],
"license": "Apache 2"
}