-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
30 lines (30 loc) · 823 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
{
"name": "bootstrap-add-clear",
"title": "Bootstrap Add Clear",
"description": "jQuery plugin for adding a clear action to the end of a bootstrap text input",
"keywords": [
"bootstrap",
"input",
"close",
"text",
"clear"
],
"version": "1.0.7",
"main": "bootstrap-add-clear.js",
"authors": [
"Gus Esquivel <[email protected]>"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gesquive/bootstrap-add-clear/blob/master/LICENSE"
}
],
"bugs": "https://github.com/gesquive/bootstrap-add-clear/issues",
"homepage": "https://github.com/gesquive/bootstrap-add-clear",
"docs": "http://gesquive.github.io/bootstrap-add-clear",
"download": "https://github.com/gesquive/bootstrap-add-clear/releases",
"dependencies": {
"jquery": ">=1.8"
}
}