-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "postcss-lazyimagecss",
"version": "0.1.3",
"description": "A PostCSS plugin that generates images's CSS width & height properties from stylesheets automatically.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.17.4",
"postcss": "^6.0.0"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-xo": "^0.18.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.1.0",
"gulp-postcss": "^7.0.0",
"mocha": "^3.4.2",
"should": "^11.1.0",
"through2": "^2.0.1",
"vinyl-fs": "^2.4.3"
},
"scripts": {
"test": "mocha --repotter spec test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jeff2Ma/postcss-lazyimagecss.git"
},
"keywords": [
"PostCSS",
"postcss-plugin",
"Image",
"CSS",
"background-image"
],
"author": "jeff2ma",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jeff2Ma/postcss-lazyimagecss/issues"
},
"homepage": "https://github.com/Jeff2Ma/postcss-lazyimagecss#readme"
}