-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
73 lines (73 loc) · 1.8 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.1.0",
"homepage": "https://github.com/buildingblocks/grunt-combine-media-queries",
"author": "Building Blocks Ltd <[email protected]>",
"maintainers": [
{
"name": "John Cashmore",
"email": "[email protected]",
"web": "http://www.building-blocks.com"
},
{
"name": "Paul Welsh",
"email": "[email protected]",
"web": "http://www.building-blocks.com"
},
{
"name": "Thomas Dobber",
"email": "[email protected]",
"web": ""
}
],
"contributors": [
{
"name": "John Cashmore",
"email": "[email protected]"
},
{
"name": "Paul Welsh",
"email": "[email protected]"
},
{
"name": "Thomas Dobber",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/buildingblocks/grunt-combine-media-queries.git"
},
"bugs": {
"url": "https://github.com/buildingblocks/grunt-combine-media-queries/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/buildingblocks/grunt-combine-media-queries/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"css-parse": "^1.5.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.1.1",
"grunt-contrib-clean": "^0.4.0",
"grunt": "^0.4.2",
"grunt-release": "^0.7.0"
},
"peerDependencies": {
"grunt": "^0.4.2"
},
"keywords": [
"gruntplugin",
"media queries",
"combine",
"optimisation"
]
}