-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 964 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
{
"name": "capsize-scss",
"version": "1.2.2",
"description": "> Capsize makes the sizing and layout of text as predictable as every other element on the screen. > > Using font metadata, text can now be sized according to the height of its capital letters while trimming the space above capital letters and below the baseline.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mazinoukah",
"license": "MIT",
"dependencies": {
"blob-to-buffer": "^1.2.8",
"cross-fetch": "^3.0.5",
"fontkit": "^1.8.1",
"md5": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazeeblanke/capsize-sass.git"
},
"keywords": [
"capsize",
"sass-capsize",
"fonts",
"scss",
"sass"
],
"bugs": {
"url": "https://github.com/mazeeblanke/capsize-sass/issues"
},
"homepage": "https://github.com/mazeeblanke/capsize-sass#readme"
}