Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « jquery.dotdotdot « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7fe765be7ce0bc7e83a6edd8790a593fc2651cd (plain)
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
{
	"name": "jquery.dotdotdot",
	"version": "3.2.3",
	"main": "dist/jquery.dotdotdot.js",
	"author": "Fred Heusschen <info@frebsite.nl>",
	"license": "CC-BY-NC-4.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/FrDH/jQuery.dotdotdot.git"
	},
	"description": "Dotdotdot is an advanced jQuery 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-uglify": "^3.0.1",
		"gulp-umd": "^2.0.0"
	}
}