-
Notifications
You must be signed in to change notification settings - Fork 338
/
package.json
36 lines (36 loc) · 950 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
{
"name": "dotdotdot-js",
"version": "4.1.0",
"main": "dist/dotdotdot.js",
"module": "dist/dotdotdot.esm.js",
"types": "dist/dotdotdot.d.ts",
"author": "Fred Heusschen <info@frebsite.nl>",
"license": "CC-BY-NC-4.0",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/dotdotdot-js.git"
},
"description": "Dotdotdot is a javascript plugin for truncating multiple line content with an ellipsis.",
"keywords": [
"truncate",
"truncating",
"ellipsis",
"dotdotdot",
"multiline",
"text",
"text-overflow",
"overflow",
"dots"
],
"scripts": {
"build": "gulp default"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-terser": "^1.1.7",
"gulp-typescript": "^5.0.0",
"typescript": "^3.3.1"
}
}