-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 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
{
"name": "gulp-image-lqip",
"version": "2.0.0",
"description": "Gulp plugin which generates HTML image placeholders using lqip technique",
"author": "Johann-S <johann.servoire@gmail.com> (https://www.johann-servoire.fr/)",
"contributors": [
"XhmikosR <xhmikosr@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Johann-S/gulp-image-lqip.git"
},
"bugs": {
"url": "https://github.com/Johann-S/gulp-image-lqip/issues"
},
"homepage": "https://github.com/Johann-S/gulp-image-lqip#readme",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && gulp --gulpfile test/gulpfile.js"
},
"keywords": [
"gulp",
"lqip",
"images",
"placeholder",
"medium"
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"jimp": "^0.16.1",
"plugin-error": "^1.0.1",
"pretty": "^2.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-plugin-node": "^11.1.0",
"gulp": "^4.0.2"
},
"files": [
"src/*.js"
],
"engines": {
"node": ">=10"
}
}