-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.46 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vue-resize-text",
"version": "0.1.1",
"description": "Vue Resize Text makes font auto resizing on responsive layout",
"author": "JayeshLab <helloiamjayesh@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build:docs": "vue-cli-service build --dest docs --name vue-resize-text src/main.js",
"lib": "vue-cli-service build --target lib --name vue-resize-text src/index.js"
},
"main": "dist/vue-resize-text.common.js",
"unpkg": "dist/vue-resize-text.umd.min.js",
"files": [
"dist/**",
"src/*",
"*.json",
"*.js"
],
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.2.2",
"core-js": "^3.6.5",
"eslint": "^7.6.0",
"eslint-plugin-vue": "^6.2.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"bugs": {
"url": "https://github.com/JayeshLab/vue-resize-text/issues"
},
"homepage": "https://github.com/JayeshLab/vue-resize-text/#readme",
"keywords": [
"text",
"resize",
"font",
"responsive",
"fit",
"rescale",
"vue",
"vue.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JayeshLab/vue-resize-text.git"
}
}