forked from jguadagno/bootstrapThemeSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrapThemeSwitcher.jquery.json
38 lines (38 loc) · 1.32 KB
/
bootstrapThemeSwitcher.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
{
"name": "bootstrapThemeSwitcher",
"title": "Bootstrap Theme Switcher",
"description": "jQuery plugin for dynamically loading Twitter Bootstrap themes from Bootswatch. This plugin allows for the automatic populating of UL and SELECT elements with the names of themes available, can switch a theme, save the selected theme to a cookie and load the selected theme from a cookie.",
"keywords": [
"Twitter",
"Bootstrap",
"Bootswatch",
"Themes",
"jquery-plugin"
],
"version": "1.1.4",
"author": {
"name": "Joseph Guadagno",
"email": "[email protected]",
"url": "http://www.josephguadagno.net"
},
"maintainers": [
{
"name": "Joseph Guadagno",
"email": "[email protected]",
"url": "http://www.josephguadagno.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jguadagno/bootstrapThemeSwitcher/blob/master/LICENSE"
}
],
"bugs": "https://github.com/jguadagno/bootstrapThemeSwitcher/issues",
"homepage": "https://github.com/jguadagno/bootstrapThemeSwitcher",
"docs": "https://github.com/jguadagno/bootstrapThemeSwitcher/wiki",
"download": "https://github.com/jguadagno/bootstrapThemeSwitcher",
"dependencies": {
"jquery": ">=1.11.1"
}
}