forked from mahnunchik/gulp-responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.02 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
{
"name": "gulp-responsive",
"version": "2.12.0",
"description": "gulp responsive images",
"main": "lib",
"license": "MIT",
"repository": "mahnunchik/gulp-responsive",
"author": {
"name": "Evgeny Vlasenko",
"email": "mahnunchik+responsive@gmail.com",
"url": "https://github.com/mahnunchik"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "npm run lint && mocha",
"lint": "jshint lib test"
},
"keywords": [
"gulpplugin",
"gulp",
"sharp",
"responsive",
"img",
"images",
"picture",
"picturefill",
"scrset",
"image-set",
"gulp-responsive",
"gulp-responsive-images"
],
"dependencies": {
"chalk": "^2.4.1",
"fancy-log": "^1.3.2",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"plugin-error": "^1.0.1",
"plur": "^3.0.1",
"rename": "^1.0.4",
"sharp": "^0.20.8",
"through2": "^3.0.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"file-type": "^10.4.0",
"jshint": "^2.9.6",
"mocha": "^5.2.0"
}
}