nsedit/bower.json
Mark Schouten c854a8c29b Squashed 'js/addclear/' content from commit 25686e8
git-subtree-dir: js/addclear
git-subtree-split: 25686e8ec19b1fee953c72971ffdb9a1abec166d
2016-08-05 12:42:31 +02:00

24 lines
461 B
JSON

{
"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"
]
}