-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.44 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cuttr",
"version": "1.4.3",
"description": "Cuttr is a javascript / jQuery plugin that truncates multi-line string content with multiple truncation methods and custom ellipsis.",
"main": "dist/cuttr.js",
"unpkg": "dist/cuttr.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "([ ! -f package-lock.json ] && npm install --package-lock-only --ignore-scripts --no-audit); npx npm-force-resolutions"
},
"resolutions": {
"glob-parent": "^6.0.1",
"copy-props": "^2.0.5"
},
"repository": {
"type": "git",
"url": "[email protected]:d-e-v-s-k/cuttr-js.git"
},
"bugs": {
"url": "https://github.com/d-e-v-s-k/cuttr-js/issues"
},
"keywords": [
"ellipsis",
"truncate",
"truncation",
"truncated",
"truncating",
"semantic",
"js",
"jquery",
"content",
"shorten",
"javascript",
"text",
"string",
"shave",
"trim",
"line",
"clampin",
"dotdotdot",
"multiline",
"multi",
"line",
"text",
"text-overflow",
"overflow",
"dots",
"cuttr"
],
"author": "DEVSK https://github.com/d-e-v-s-k/",
"license": "GPL-3.0",
"homepage": "https://cuttr.kulahs.de",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
}
}