Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / colorbox-version / bower.json @ 41cc1b08

1
{
2
        "name": "jquery-colorbox",
3
        "description": "jQuery lightbox and modal window plugin",
4
        "version": "1.4.31",
5
        "dependencies": {
6
                "jquery": ">=1.3.2"
7
        },
8
        "keywords": [
9
                "modal",
10
                "lightbox",
11
                "window",
12
                "popup",
13
                "ui",
14
                "jQuery"
15
        ],
16
        "authors": [
17
                {
18
                        "name": "Jack Moore",
19
                        "url": "http://www.jacklmoore.com",
20
                        "email": "hello@jacklmoore.com"
21
                }
22
        ],
23
        "licenses": [
24
                {
25
                        "type": "MIT",
26
                        "url": "http://www.opensource.org/licenses/mit-license.php"
27
                }
28
        ],
29
        "homepage": "http://www.jacklmoore.com/colorbox",
30
        "main": "jquery.colorbox.js"
31
}