Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
{
2
  "name": "tooltipster",
3
  "title": "Tooltipster",
4
  "description": "A lightweight, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.",
5
  "keywords": [
6
    "tooltip"
7
  ],
8
  "version": "3.3.0",
9
  "author": {
10
    "name": "Caleb Jacob",
11
    "url": "http://calebjacob.com/"
12
  },
13
  "maintainers": [
14
    {
15
      "name": "Caleb Jacob",
16
      "email": "hello@calebjacob.com",
17
      "url": "http://calebjacob.com/"
18
    },
19
    {
20
      "name": "Louis Ameline",
21
      "email": "evangun2001@yahoo.fr",
22
      "url": "https://github.com/louisameline"
23
    }
24
  ],
25
  "licenses": [
26
    {
27
      "type": "MIT",
28
      "url": "http://opensource.org/licenses/MIT"
29
    }
30
  ],
31
  "homepage": "https://github.com/iamceege/tooltipster",
32
  "docs": "http://iamceege.github.io/tooltipster",
33
  "dependencies": {
34
    "jquery": ">=1.7"
35
  }
36
}