nsedit/package.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

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