forked from AudithSoftworks/Uniform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 848 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 848 Bytes
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
{
"name": "jquery.uniform",
"description": "A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!",
"homepage": "http://opensource.audith.org/uniform",
"main": [
"dist/js/jquery.uniform.standalone.js"
],
"dependencies": {
"jquery": "^1.6"
},
"moduleType": [
"globals"
],
"keywords": [
"custom form controls",
"uniform",
"jquery"
],
"authors": [
"Shahriyar Imanov <shehi@imanov.me>",
"Josh Pyles <joshpyles@gmail.com>",
"Tyler Akins <fidian@rumkin.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AudithSoftworks/Uniform"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}