-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 941 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-lazyimagecss",
"version": "2.0.8",
"dependencies": {
"async": "^1.5.0",
"css": "^2.2.1",
"lodash": "^3.10.1",
"through2": "^2.0.0",
"vinyl": "^1.1.0"
},
"scripts": {
"test": "mocha"
},
"description": "Be lazy, add images' CSS automatically, like width & height and more.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/weixin/gulp-lazyimagecss"
},
"keywords": [
"gulpplugin",
"lazy",
"image",
"CSS",
"background-size"
],
"author": {
"name": "littledu",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/weixin/gulp-lazyimagecssissues"
},
"homepage": "https://github.com/weixin/gulp-lazyimagecss",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~2.3.4",
"through2": "^2.0.0",
"vinyl-fs": "^2.2.1",
"should": "^8.0.2"
}
}