We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690ace8 commit 078fd46Copy full SHA for 078fd46
bower.json
@@ -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