Merge commit '64232c1f94' as 'js/addclear'

This commit is contained in:
Mark Schouten 2016-08-05 13:20:42 +02:00
commit 7975ada8b4
9 changed files with 482 additions and 0 deletions

View file

@ -0,0 +1,36 @@
{
"name": "add-clear",
"title": "jQuery Add Clear",
"description": "jQuery plugin for adding a clear action to the end of a text input",
"keywords": [
"input",
"close",
"text",
"clear"
],
"version": "2.0.6",
"author": {
"name": "Stephen Korecky",
"url": "http://stephenkorecky.com"
},
"maintainers": [
{
"name": "Stephen Korecky",
"email": "skorecky@gmail.com",
"url": "http://stephenkorecky.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/skorecky/Add-Clear/issues",
"homepage": "http://github.com/skorecky/Add-Clear ",
"docs": "https://github.com/skorecky/Add-Clear",
"download": "http://code.jquery.com/#add-clear",
"dependencies": {
"jquery": ">=1.8"
}
}