forked from lokku/jquery-nstslider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnstSlider.jquery.json
41 lines (41 loc) · 1.06 KB
/
nstSlider.jquery.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": "nstSlider",
"title": "Nestoria Slider",
"description": "Fully customizable range sliders, Single/Double handles, Touch-enabled, and much more",
"version": "1.0.13",
"homepage": "http://lokku.github.io/jquery-nstslider/",
"demo": "http://lokku.github.io/jquery-nstslider/",
"author": {
"name": "Savio Dimatteo",
"email": "[email protected]",
"url": "http://www.savio.dimatteo.it",
"company": "Lokku Ltd."
},
"repository": {
"type": "git",
"url": "https://github.com/lokku/jquery-nstslider.git"
},
"bugs": "https://github.com/lokku/jquery-nstslider/issues",
"docs": "https://github.com/lokku/jquery-nstslider",
"download": "http://github.com/lokku/jquery-nstslider/zipball/master/dist",
"licenses": [
{
"type": "MIT",
"url": "http://lokku.github.io/jquery-nstslider//blob/master/LICENCE"
}
],
"dependencies": {
"jquery": ">=1.6.4"
},
"keywords": [
"ui",
"accessible",
"range slider",
"slider",
"values",
"select",
"control",
"nestoria",
"widget"
]
}