forked from rizalp/gulp-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 960 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
39
40
41
42
43
44
45
46
47
48
{
"name": "gulp-sharp",
"version": "0.1.0",
"description": "Gulp plugin to resize image using sharp (libvips binding for nodejs)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rizalp/gulp-sharp.git"
},
"keywords": [
"gulp",
"gulp-sharp",
"gulpplugin",
"sharp",
"jpeg",
"png",
"webp",
"tiff",
"resize",
"thumbnail",
"sharpen",
"crop",
"embed",
"libvips",
"vips",
"fast",
"buffer",
"stream"
],
"author": "Mohammad Shahrizal Prabowo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rizalp/gulp-sharp/issues"
},
"homepage": "https://github.com/rizalp/gulp-sharp",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"event-stream": "^3.3.*",
"gulp-util": "^3.0.*",
"lodash": "^3.9.*",
"sharp": "^0.16.0"
}
}