Merge commit 'fad871ffb1' as 'jtable'

This commit is contained in:
Mark Schouten 2016-08-05 12:46:32 +02:00
commit 41bad3c240
9 changed files with 482 additions and 0 deletions

24
jtable/bower.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "Add-Clear",
"authors": [
"Stephen Korecky <http://stephenkorecky.com>"
],
"description": "jQuery Plugin to add a (x) clear button to your input fields",
"main": "addclear.js",
"keywords": [
"forms",
"clear",
"input",
"text",
"search"
],
"license": "MIT",
"homepage": "http://skorecky.github.io/Add-Clear/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}