This repository was archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "gulp-srcset",
"version": "3.0.0",
"description": "Highly customizable plugin for generating responsive images.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/gulp-srcset"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/gulp-srcset/issues"
},
"main": "lib/index.js",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "trigen-scripts lint",
"checkSize": "trigen-scripts checkSize",
"test": "trigen-scripts test",
"start": "trigen-scripts start",
"build": "trigen-scripts build",
"cleanPublish": "trigen-scripts cleanPublish"
},
"keywords": [
"srcset",
"image",
"picture",
"responsive",
"gulp",
"gulpplugin"
],
"dependencies": {
"@babel/runtime-corejs3": "^7.9.6",
"@flexis/srcset": "^2.0.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.5.0",
"@trigen/scripts": "6.0.0",
"@trigen/scripts-plugin-babel": "6.1.1",
"@trigen/scripts-plugin-eslint": "6.0.0",
"@trigen/scripts-plugin-rollup": "6.0.0",
"@trigen/scripts-plugin-size-limit": "6.0.0",
"@trigen/scripts-preset-lib": "6.0.0",
"rollup-plugin-eslint": "^7.0.0"
},
"files": [
"lib"
]
}