-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 975 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
33
34
35
36
37
38
39
40
41
{
"name": "vue3-line-clamp",
"version": "1.0.2",
"description": "A simple, fast and lightweight vue 3 directive for truncating multi line texts.",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.41"
},
"author": "Andrej Sharapov <https://github.com/andrejsharapov>",
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"keywords": [
"frontend",
"vue",
"line-clamp",
"text-truncate",
"truncate",
"css",
"vue3"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andrejsharapov/vue3-line-clamp.git"
},
"bugs": {
"url": "https://github.com/andrejsharapov/vue3-line-clamp/issues"
},
"homepage": "https://github.com/andrejsharapov/vue3-line-clamp#readme"
}