-
-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
38 lines (38 loc) · 1.04 KB
/
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
35
36
37
38
{
"name": "fitty",
"version": "2.4.2",
"description": "Snugly resizes text to fit its parent container",
"keywords": [
"fit",
"responsive",
"text",
"font",
"rescale",
"resize"
],
"main": "dist/fitty.min.js",
"module": "dist/fitty.module.js",
"types": "index.d.ts",
"author": "Rik Schennink <[email protected]> (https://pqina.nl/)",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@rollup/plugin-babel": "^5.3.0",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"dev": "npx rollup -c -w",
"build": "npx rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikschennink/fitty.git"
},
"bugs": {
"url": "https://github.com/rikschennink/fitty/issues"
},
"homepage": "https://github.com/rikschennink/fitty"
}