-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
29 lines (29 loc) · 833 Bytes
/
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
{
"title": "Sassy-Gridlover",
"name": "sassy-gridlover",
"version": "6.0.5",
"description": "Super easy to use Sass mixins to establish a typographic system with modular scale and vertical rhythm. Based on the Gridlover app.",
"main": "sassy-gridlover/_sassy-gridlover.scss",
"keywords": [
"typography",
"baseline",
"modular",
"scale",
"vertical-rhythm",
"sass",
"scss",
"mixins",
"gridlover"
],
"homepage": "https://github.com/hiulit/Sassy-Gridlover",
"bugs": {
"url": "https://github.com/hiulit/Sassy-Gridlover/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "hiulit",
"email": "[email protected]",
"url": "https://github.com/hiulit"
}
}