-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 941 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "stretch-font",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/Sarmaged/stretch-font.git"
},
"license": "MIT",
"author": "Sarmaged <sarmaged@gmail.com>",
"type": "module",
"main": "stretch-font.js",
"description": "Stretch Font: The utility dynamically adjusts the font size based on the width and height of the container",
"keywords": [
"stretch-font",
"stretch",
"font",
"font-size",
"i18n",
"js",
"javascript",
"css",
"front-end",
"mobile",
"rotate",
"responsive",
"typography",
"fluid",
"screens",
"screen-size"
],
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"rollup": "^3.21.0"
}
}