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

28
js/addclear/package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "add-clear",
"version": "2.0.6",
"description": "jQuery plugin to add a clear button to text input fields",
"main": "addclear.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skorecky/Add-Clear.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"add",
"clear",
"text",
"input",
"field"
],
"author": "Stephen Korecky",
"license": "MIT",
"bugs": {
"url": "https://github.com/skorecky/Add-Clear/issues"
},
"homepage": "https://github.com/skorecky/Add-Clear#readme"
}