Skip to content

Commit 078fd46

Browse files
committed
Added bower.json
1 parent 690ace8 commit 078fd46

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "jquery-selectric",
3+
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
4+
"version": "1.7.1",
5+
"keywords": [
6+
"select",
7+
"selectbox",
8+
"dropdown",
9+
"form",
10+
"input",
11+
"ui"
12+
],
13+
"homepage": "http://lcdsantos.github.io/jQuery-Selectric/",
14+
"authors": [
15+
{
16+
"name": "Leonardo Santos",
17+
"email": "leocs.1991@gmail.com"
18+
},
19+
],
20+
"main": [
21+
"dist/jquery.selectric.js",
22+
"dist/selectric.css"
23+
],
24+
"ignore": [
25+
"/.*",
26+
".jshintrc",
27+
"**/*.txt"
28+
],
29+
"dependencies": {
30+
"jquery": ">= 1.7.0"
31+
}
32+
}

0 commit comments

Comments
 (0)