-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.35 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
54
55
56
57
58
59
60
{
"name": "postcss-lazysprite",
"version": "2.3.0",
"description": "A PostCSS plugin that generates sprites from the directory of images automatically.",
"main": "index.js",
"engines": {
"node": ">=6"
},
"directories": {
"dev": "gulp",
"start": "gulp",
"test": "test"
},
"dependencies": {
"ansi-colors": "^3.0.0",
"bluebird": "^3.7.2",
"fancy-log": "^1.3.2",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"postcss": "^7.0.8",
"rev-hash": "^2.0.0",
"spark-md5": "^3.0.0",
"spritesmith": "^3.2.1",
"svg-sprite": "1.5.0"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-xo": "^0.26.0",
"gulp": "3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"mocha": "^6.0.0",
"should": "^13.1.2",
"through2": "^3.0.0",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jeff2Ma/postcss-lazysprite.git"
},
"keywords": [
"PostCSS",
"postcss-plugin",
"Image",
"CSS",
"spritesmith",
"sprite"
],
"author": "jeff2ma",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jeff2Ma/postcss-lazysprite/issues"
},
"homepage": "https://github.com/Jeff2Ma/postcss-lazysprite#readme"
}