You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
956 B

2 years ago
{
"name": "jquery-switchbutton",
"version": "1.1",
"title": "jquery.switchbutton()",
"author": {
"name": "L. Stevenin"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.6.0",
"jquery-tmpl": ">=1.0.0pre",
"jquery.ui.widget": "*"
},
"description": "Enable switch mode button used on mobile devices for mode selection on your websites/webapps !",
"keywords": [
"switchbutton",
"iphone",
"android",
"checkbox"
],
"homepage": "https://github.com/Naeka/jquery-switchbutton",
"maintainers": [
{
"name": "Naeka",
"url": "https://github.com/Naeka/"
}
],
"files": [
"jquery.switchbutton.js",
"jquery.switchbutton.min.js",
"ui.switchbutton.css",
"ui.switchbutton.min.css"
]
}