-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
39 lines (39 loc) · 956 Bytes
/
package.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
{
"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"
]
}