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

bower.json « jquery.dotdotdot « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c20af960654d25df315085aba2a8d6711918ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name"			: "jQuery.dotdotdot",
	"version"		: "3.2.3",
	"main"			: "dist/jquery.dotdotdot.js",
	"authors"		: "Fred Heusschen <info@frebsite.nl>",
	"license"		: "CC-BY-NC-4.0",
	"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"
	],
	"dependencies"	: {
		"jquery": ">= 1.7.0"
	}
}