Projet

Général

Profil

Paste
Télécharger (740 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / bower.json @ 0aee3c58

1
{
2
        "name": "jquery-colorbox",
3
        "description": "jQuery lightbox and modal window plugin",
4
        "dependencies": {
5
                "jquery": ">=1.3.2"
6
        },
7
        "keywords": [
8
                "modal",
9
                "lightbox",
10
                "gallery",
11
                "popup",
12
                "ui",
13
                "jquery-plugin"
14
        ],
15
        "authors": [
16
                {
17
                        "name": "Jack Moore",
18
                        "url": "http://www.jacklmoore.com",
19
                        "email": "hello@jacklmoore.com"
20
                }
21
        ],
22
        "licenses": [
23
                {
24
                        "type": "MIT",
25
                        "url": "http://www.opensource.org/licenses/mit-license.php"
26
                }
27
        ],
28
        "homepage": "http://www.jacklmoore.com/colorbox",
29
        "main": "jquery.colorbox.js",
30
        "ignore": [
31
                "colorbox.jquery.json",
32
                "colorbox.ai",
33
                "content",
34
                "example1/index.html",
35
                "example2/index.html",
36
                "example3/index.html",
37
                "example4/index.html",
38
                "example5/index.html"
39
        ]
40
}