forked from Lutrasoft/Fancyform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFancyform.jquery.json
41 lines (41 loc) · 1.28 KB
/
Fancyform.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
39
40
41
{
"name": "Fancyform",
"title": "Fancyform",
"description": "Fancyform is a tool that offers a nice and elegant way to transform your HTML elements into custom styled elements. It is build on the Javascript framework jQuery and is easy to implement and customize. The elements you can style are input:radio, input:checkbox, input:file, select and textarea.",
"keywords": [
"form",
"input",
"fancy",
"ui",
"jquery"
],
"version": "1.4.1",
"author": {
"name": "Lutrasoft",
"url": ""
},
"maintainers": [
{
"name": "Niels den Otter",
"url": "https://github.com/Tsukasa1989"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/Lutrasoft/Fancyform/issues",
"homepage": "https://github.com/Lutrasoft/Fancyform",
"docs": "https://github.com/Lutrasoft/Fancyform/wiki",
"download": "https://github.com/Lutrasoft/Fancyform/archive/master.zip",
"demo" : "http://lutrasoft.nl/jQuery/fancyform/",
"dependencies": {
"jquery": ">=1.6"
}
}