-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "cutshort",
"version": "1.0.7",
"description": "CutShort is a javascript plugin to create multiline overflow ellipsis easy.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "Witold Budzioch <witold.budzioch@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/WitoTV/cutshort",
"repository": {
"type": "git",
"url": "https://github.com/WitoTV/cutshort.git"
},
"bugs": "https://github.com/WitoTV/cutshort/issues",
"keywords": [
"overflow",
"ellipsis",
"multiline",
"text-overflow",
"text",
"truncating",
"truncate",
"excerpt",
"excerpting",
"dots",
"typescript"
],
"devDependencies": {
"@types/lodash-es": "^4.17.3",
"clean-webpack-plugin": "^2.0.2",
"ts-loader": "^6.0.0",
"typescript": "^3.4.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"lodash-es": "^4.17.15"
}
}