File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-resize-text" ,
3
3
"version" : " 0.1.0" ,
4
- "private" : true ,
4
+ "description" : " Vue 3 Resize Text makes font auto resizing on responsive layout" ,
5
+ "author" :
" JayeshLab <[email protected] >" ,
6
+ "main" : " dist/vue3-resize-text.common.js" ,
7
+ "unpkg" : " dist/vue3-resize-text.umd.min.js" ,
8
+ "files" : [
9
+ " dist/**" ,
10
+ " src/*" ,
11
+ " *.json" ,
12
+ " *.js"
13
+ ],
14
+ "bugs" : {
15
+ "url" : " https://github.com/JayeshLab/vue3-resize-text/issues"
16
+ },
17
+ "homepage" : " https://github.com/JayeshLab/vue3-resize-text/#readme" ,
18
+ "license" : " MIT" ,
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " git+https://github.com/JayeshLab/vue3-resize-text.git"
22
+ },
23
+ "keywords" : [
24
+ " text" ,
25
+ " resize" ,
26
+ " font" ,
27
+ " responsive" ,
28
+ " fit" ,
29
+ " rescale" ,
30
+ " vue" ,
31
+ " vue.js" ,
32
+ " vue3" ,
33
+ " directives"
34
+ ],
5
35
"scripts" : {
6
36
"serve" : " vue-cli-service serve" ,
7
37
"build" : " vue-cli-service build" ,
You can’t perform that action at this time.
0 commit comments