-
-
Notifications
You must be signed in to change notification settings - Fork 508
/
bower.json
41 lines (41 loc) · 943 Bytes
/
bower.json
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.3.1",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
"name": "IonDen",
"email": "[email protected]",
"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"
]
}