-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 1.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "grunt-combine-media-queries",
"description": "Combine matching media queries into one media query definition. Useful for CSS generated by preprocessors using nested media queries.",
"version": "1.0.20",
"homepage": "https://github.com/johncashmore/grunt-combine-media-queries",
"author": "John Cashmore <cashy@whoooop.co.uk>",
"maintainers": [
{
"name": "John Cashmore",
"email": "cashy@whoooop.co.uk"
},
{
"name": "Paul Welsh",
"email": "p.welsh@building-blocks.com",
"web": "http://www.building-blocks.com"
},
{
"name": "Thomas Dobber",
"email": "thomasdobber@gmail.com",
"web": ""
}
],
"contributors": [
{
"name": "John Cashmore",
"email": "cashy@whoooop.co.uk"
},
{
"name": "Paul Welsh",
"email": "p.welsh@building-blocks.com"
},
{
"name": "Thomas Dobber",
"email": "thomasdobber@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/johncashmore/grunt-combine-media-queries.git"
},
"bugs": {
"url": "https://github.com/johncashmore/grunt-combine-media-queries/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/johncashmore/grunt-combine-media-queries/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.10.16"
},
"dependencies": {
"css-parse": "^1.5.0",
"publish": "0.5.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-jshint": "^0.1.1",
"grunt-release": "^0.7.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"media queries",
"combine",
"optimisation"
]
}