mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
46 lines
1004 B
JSON
46 lines
1004 B
JSON
{
|
|
"name": "jQuery.dotdotdot",
|
|
"filename": "jquery.dotdotdot.min.js",
|
|
"main": "src/js/jquery.dotdotdot.js",
|
|
"version": "1.6.10",
|
|
"homepage": "http://dotdotdot.frebsite.nl/",
|
|
"authors": [
|
|
"Fred Heusschen <info@frebsite.nl>"
|
|
],
|
|
"description": "A jQuery plugin for advanced cross-browser ellipsis on multiple line content.",
|
|
"keywords": [
|
|
"ellipsis",
|
|
"dotdotdot",
|
|
"multiline",
|
|
"text",
|
|
"text-overflow",
|
|
"overflow",
|
|
"dots"
|
|
],
|
|
"ignore": [
|
|
".jshintrc",
|
|
"Guardfile",
|
|
"index.html",
|
|
"*.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.4.3"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://en.wikipedia.org/wiki/MIT_License"
|
|
},
|
|
{
|
|
"type": "GPL",
|
|
"url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/BeSite/jQuery.dotdotdot/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BeSite/jQuery.dotdotdot.git"
|
|
}
|
|
}
|