-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "sass-mediascreen",
"version": "1.0.4",
"homepage": "https://github.com/gvozdb/sass-mediascreen",
"author": {
"name": "Pavel Gvozdb",
"email": "[email protected]",
"web": "https://gvozdb.ru"
},
"contributors": [{
"name": "Pavel Gvozdb",
"email": "[email protected]",
"web": "https://gvozdb.ru"
}],
"description": "Sass media queries mixins for checking group of devices (mobile, tablet, laptop, desktop) or device by name (iPhone 5, iPhone 13, iPhone 13 mini, iPhone 13 Pro, iPhone 13 Pro Max, iPad Pro 12.9, etc). Expandable and very simple for usage.",
"files": [
"_mediascreen.scss",
"CHANGELOG.md",
"README.md"
],
"repository": {
"type": "git",
"url": "[email protected]:gvozdb/sass-mediascreen.git"
},
"bugs": {
"url" : "https://github.com/gvozdb/sass-mediascreen/issues"
},
"dependencies": {},
"keywords": [
"css",
"sass",
"scss",
"compass",
"mixins",
"media",
"screen",
"queries",
"mediascreen",
"media-screen",
"mediaquery",
"media-query",
"mediaqueries",
"media-queries",
"responsive",
"adaptive"
],
"license": "MIT"
}