-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
54 lines (54 loc) · 996 Bytes
/
bower.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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "jquery.formstyler-modern",
"version": "2.1.5",
"description": "JQuery HTML form styling plugin",
"license": "MIT",
"authors": [
{
"name": "Borisenko Vladimir",
"email": "ange007@users.noreply.github.com",
"url": "https://github.com/ange007/JQueryFormStyler-Modern/"
}
],
"keywords": [
"jquery-plugin",
"javascript",
"jquery",
"formstyler",
"form",
"styler",
"style",
"input",
"select",
"checkbox",
"radio",
"file",
"password",
"range"
],
"main": [
"jquery.formStylerModern.min.js",
"jquery.formStylerModern.min.css"
],
"ignore": [
"**/.*",
".*",
"*.txt",
"*.json",
"*.md",
"gulpfile.js",
"LICENSE",
"node_modules",
"bower_components",
"*.txt",
"src",
"demo"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ange007/JQueryFormStyler-Modern.git"
},
"dependencies": {
"jquery": "~1.8.3"
}
}