-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 922 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
30
31
32
33
34
{
"name": "typolize",
"version": "2.0.6",
"description": "A style reset for creating perfect modular scale in typography and spacing",
"main": "src/index.js",
"style": "dist/typolize/index.css",
"unpkg": "dist/typolize/index.css",
"scripts": {
"build": "node src/index.js"
},
"author": "Gavin McFarland",
"license": "CC0-1.0",
"devDependencies": {
"autoprefixer": "^9.7.4",
"postcss": "^7.0.27",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.1",
"postcss-logical": "^4.0.2",
"postcss-math": "0.0.10",
"postcss-nested": "^4.2.1",
"postcss-pow": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limitlessloop/typolize.git"
},
"keywords": [
"css",
"postcss",
"typography",
"spacing",
"modular scale"
]
}