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