-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.09 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
{
"name": "gulp-imageoptim",
"version": "1.0.3",
"description": "Gulp plugin to optimize images using imageoptim and jpegmini",
"author": {
"name": "Maxwell Berkel",
"email": "[email protected]",
"url": "http://allbitsnbytes.com"
},
"repository": {
"type": "git",
"url": "https://github.com/allbitsnbytes/gulp-imageoptim"
},
"bugs": {
"url": "https://github.com/allbitsnbytes/gulp-imageoptim/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.25"
},
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"compression",
"gulpplugin",
"image",
"imagealpha",
"imageoptim",
"imageoptim-cli",
"jpeg",
"jpg",
"jpegmini",
"node",
"optimization",
"png"
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.0"
},
"dependencies": {
"blueimp-md5": "^2.2.0",
"chalk": "~1.1.1",
"imageoptim-cli": "^1.14.8",
"mocha-jscs": "^4.2.0",
"through2": "^2.0.1"
}
}