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

bower.json « jQuery.dotdotdot « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95c684efdebf6c34899dae7aaa2cfd2687ba6c0a (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
{
  "name": "jQuery.dotdotdot",
  "main": "src/js/jquery.dotdotdot.js",
  "version": "1.7.2",
  "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"
  }
}