-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1015 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
{
"name": "gulp-xv-webp-html",
"version": "1.1.2",
"description": "GULP extension for support tag <picture> WEBP images and replaced original image tag in HTML in other words: replace <img> to <picture> for supports webp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xvoland/gulp-xv-webp-html.git"
},
"bugs": {
"url": "https://github.com/xvoland/gulp-xv-webp-html/issues"
},
"keywords": [
"gulp",
"gulpplugin",
"gulp-webp",
"gulp-webp-html",
"gulp-xv-webp-html",
"webp-fix",
"webphtml",
"webp",
"image",
"picture",
"html",
"xvoland",
"avif",
"jpeg",
"gif",
"npm-package",
"plugins",
"tag-image"
],
"author": "Vitalii Tereshchuk",
"license": "MIT",
"homepage": "https://github.com/xvoland/gulp-xv-webp-html",
"dependencies": {
"plugin-error": "^1.0.0",
"through2": "^4.0.2"
}
}