forked from istvan-ujjmeszaros/touchspin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-touchspin.jquery.json
More file actions
31 lines (31 loc) · 956 Bytes
/
bootstrap-touchspin.jquery.json
File metadata and controls
31 lines (31 loc) · 956 Bytes
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
{
"name": "bootstrap-touchspin",
"title": "Bootstrap TouchSpin",
"description": "A mobile and touch friendly input spinner component for Bootstrap 3 & 4.",
"keywords": [
"input",
"bootstrap",
"number",
"range",
"spinbutton",
"spinner"
],
"version": "4.2.5",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
"demo": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
"docs": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
"download": "https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}