-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 999 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
{
"name": "multi_line_ellipsis_text",
"version": "1.0.0",
"description": "A JQuery plugin to set ellipsis to a text by line count. Converts the text to multiple lines and after the line count reached, it will set ellipsis and set tooltip.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satheesht/Multi-Line-Ellipsis-Text.git"
},
"keywords": [
"Multi",
"line",
"ellipsis",
"two",
"line",
"ellipsis",
"tooltip",
"ellipsis",
"text"
],
"author": "Satheesh Thangavel",
"license": "MIT",
"bugs": {
"url": "https://github.com/satheesht/Multi-Line-Ellipsis-Text/issues"
},
"homepage": "https://github.com/satheesht/Multi-Line-Ellipsis-Text#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.0"
}
}