-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.19 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.19 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
36
37
38
39
{
"name": "jquery-mfs",
"title": "Mighty Form Styler for jQuery",
"description": "Mighty Form Styler for jQuery replaces your form select element with a html ul list so you can easily and completely style it with css. With some little magic it behaves just like a regular select element.",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"form",
"select",
"dropdown",
"formfields",
"ui"
],
"version": "1.1.0",
"author": {
"name": "Bas van den Wijngaard",
"email": "bas@mightymedia.nl",
"url": "http://mightymedia.nl/"
},
"maintainers": [
{
"name": "Bas van den Wijngaard",
"email": "bas@mightymedia.nl",
"url": "http://mightymedia.nl/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MightyMedia/Mighty-Form-Styler/blob/master/LICENSE"
}
],
"homepage": "http://www.binkje.nl/mfs/",
"bugs": "https://github.com/MightyMedia/Mighty-Form-Styler/issues",
"repository": "https://github.com/MightyMedia/Mighty-Form-Styler",
"dependencies": {
"jquery": ">=1.7"
}
}