mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-21 20:22:33 +03:00
24 lines
461 B
JSON
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"
|
|
]
|
|
}
|