-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-fullscreen-select.jquery.json
More file actions
35 lines (35 loc) · 1.18 KB
/
bootstrap-fullscreen-select.jquery.json
File metadata and controls
35 lines (35 loc) · 1.18 KB
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
{
"name": "bootstrap-fullscreen-select",
"title": "bootstrap-fullscreen-select",
"description": "bootstrap select for mobile devices, originally made for select controls in Cordova/PhoneGap mobile applications",
"keywords": [
"select",
"responsive",
"fullscreen",
"bootstrap",
"mobile"
],
"version": "1.5.1",
"author": {
"name": "Boniface Pereira",
"url": "http://craftpip.github.io"
},
"maintainers": [{
"name": "Boniface Pereira",
"email": "hey@craftpip.com",
"url": "http://www.craftpip.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/craftpip/bootstrap-fullscreen-select/blob/master/LICENSE"
}],
"demo": "http://craftpip.github.io/bootstrap-fullscreen-select",
"bugs": "https://github.com/kenwheeler/slick/issues",
"homepage": "https://github.com/craftpip/bootstrap-fullscreen-select",
"docs": "http://craftpip.github.io/bootstrap-fullscreen-select",
"download": "https://github.com/craftpip/bootstrap-fullscreen-select/archive/master.zip",
"dependencies": {
"jquery": ">=1.7",
"bootstrap": ">=2"
}
}