forked from sass-mq/sass-mq
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
42 lines (42 loc) · 831 Bytes
/
bower.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
{
"name": "mcaskill-sass-mq",
"description": "mq()+ is a Sass library that helps manipulating media queries in an elegant way.",
"keywords": [
"responsive",
"sass",
"rwd",
"mediaquery",
"query",
"queries",
"media"
],
"main": "_mq.scss",
"authors": [
{
"name": "Chauncey McAskill",
"email": "chauncey@mcaskill.ca",
"homepage": "https://mcaskill.ca"
},
{
"name": "Guardian Media Group and Contributors",
"homepage": "https://github.com/sass-mq/sass-mq"
}
],
"ignore": [
"test",
"sassdoc",
"**/.*",
"sassdoc.sh",
"test.sh"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mcaskill/sass-mq"
}
}