-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 920 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
{
"name": "gulp-combine-media-queries",
"description": "Combine matching media queries into one media query definition. Useful for CSS generated by preprocessors using nested media queries.",
"version": "0.2.0",
"homepage": "http://github.com/konitter/gulp-combine-media-queries",
"repository": {
"type": "git",
"url": "git://github.com/konitter/gulp-combine-media-queries.git"
},
"author": {
"name": "konitter",
"url": "http://re-dzine.net/"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"media queries",
"combine",
"optimisation"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"css-parse": "~1.7.0",
"lodash.defaults": "~2.4.1",
"through2": "~0.4.1",
"gulp-util": "~2.2.14"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/konitter/gulp-combine-media-queries/raw/master/LICENSE"
}
]
}