-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
{
"name": "@ud-gulp/responsive",
"version": "2.15.3",
"description": "gulp responsive images with latest package dependencies working with node 12",
"main": "lib",
"license": "MIT",
"repository": "milottit/gulp-responsive-last.git",
"author": {
"name": "Thomas Milotti",
"email": "[email protected]",
"url": "https://github.com/milottit"
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "npm run lint && mocha",
"lint": "jshint lib test",
"github-push": "npm version patch && git push && git push --tags",
"npm-publish": "npm publish --access public"
},
"keywords": [
"gulpplugin",
"gulp",
"sharp",
"responsive",
"img",
"images",
"picture",
"picturefill",
"scrset",
"image-set",
"gulp-responsive",
"gulp-responsive-images"
],
"dependencies": {
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"plugin-error": "^1.0.1",
"plur": "^3.1.1",
"rename": "^1.0.4",
"sharp": "^0.23.0",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"file-type": "^12.1.0",
"jshint": "^2.10.2",
"mocha": "^6.1.4"
}
}