-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 Bytes
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
{
"title": "superscale.css",
"name": "superscale.css",
"description": "A CSS snippet to ensure your website gets scaled on large resolution screens above a certain resolution",
"version": "1.0.0",
"style": "superscale.css",
"author": {
"name": "Sebastian Laube",
"url": "https://sebastianlaube.de",
"email": "hello@sebastianlaube.de"
},
"keywords": [
"scaling",
"4k",
"retina",
"high resolution",
"css"
],
"license": "MIT",
"homepage": "https://github.com/bitstarr/superscale.css",
"repository": {
"type": "git",
"url": "https://github.com/bitstarr/superscale.css"
},
"bugs": {
"url": "https://github.com/bitstarr/superscale.css/issues"
},
}