forked from creativeaura/gulp-tinypng
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.03 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-tinypng-compress",
"version": "1.2.5",
"description": "TinyPNG API wrapper for compressing PNG & JPG images",
"main": "index.js",
"repository": "stnvh/gulp-tinypng-compress",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Stan Hutcheon",
"email": "[email protected]",
"url": "https://github.com/stnvh"
},
"contributors": [
{
"name": "Gaurav Jassal",
"email": "[email protected]",
"url": "http://gaurav.jassal.me"
}
],
"keywords": [
"gulpplugin",
"tinypng",
"image",
"img",
"picture",
"photo",
"minify",
"minifier",
"compress",
"png"
],
"engines": {
"node": ">=6"
},
"license": "MIT",
"dependencies": {
"request": "2.x",
"through2": "2.x",
"through2-concurrent": "1.x",
"minimatch": "3.x",
"vinyl": "2.x",
"plugin-error": "1.x",
"minimist": "1.x",
"fancy-log": "1.x",
"ansi-colors": "3.x"
},
"devDependencies": {
"chai": "4.x",
"gulp": "4.x",
"mocha": "6.x"
}
}