aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/ion.rangeSlider/bower.json
blob: e84800ffdf99fd8d14c37d68ea2ca032f25bf50d (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
{
    "name": "ion.rangeSlider",
    "version": "2.2.0",
    "homepage": "https://github.com/IonDen/ion.rangeSlider",
    "authors": [
        {
            "name": "IonDen",
            "email": "denis.ineshin@gmail.com",
            "homepage": "http://ionden.com"
        }
    ],
    "description": "Powerful range slider with skin support",
    "repository": {
        "type": "git",
        "url": "git://github.com/IonDen/ion.rangeSlider.git"
    },
    "main": [
        "js/ion.rangeSlider.js",
        "css/ion.rangeSlider.css",
        "css/ion.rangeSlider.skinFlat.css",
        "img/sprite-skin-flat.png"
    ],
    "dependencies": {
        "jquery": ">=1.8"
    },
    "moduleType": [
        "globals"
    ],
    "keywords": [
        "jquery-plugin",
        "diapason",
        "ion",
        "range",
        "slider"
    ],
    "license": "MIT",
    "ignore": [
        "PSD",
        "ion-rangeSlider.jquery.json"
    ]
}