forked from drublic/gulp-css-background-remove
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 677 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 677 Bytes
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
{
"name": "gulp-css-background-remove",
"version": "1.2.2",
"description": "Remove `background-image` from CSS file to load asynchron",
"main": "index.js",
"author": {
"name": "Hans Christian Reinl",
"email": "info@drublic.de",
"url": "drublic.de"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"gulpplugin",
"css",
"stylesheet",
"background-image",
"split",
"postprocess"
],
"dependencies": {
"css": "^2.2.1",
"gulp-util": "^3.0.0",
"through2": "^2.0.0",
"mocha": "*",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"license": "MIT"
}