-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautohideinput.jquery.json
24 lines (24 loc) · 1.11 KB
/
autohideinput.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "autohideinput",
"title": "AutoHideInput - is a jQuery and Zepto plugin for hiding and showing secure fields",
"description": "AutoHideInput is a simple jQuery and Zepto plugin for hiding and showing secure fields. That hides and shows the information entered by user",
"keywords": ["jquery", "zepto", "plugin", "input", "masking", "password", "html5", "type", "security", "placeholder", "text"],
"version": "2.0.2",
"main": "jquery.autohideinput.js",
"dependencies": {
"jquery": ">=1.7.0"
},
"repository": {
"type": "git",
"url": "[email protected]:xvoland/jquery-plugin-autohideinput.git"
},
"author": {
"name": "Vitalii Tereshchuk",
"url": "http://dotoca.net"
},
"homepage": "https://github.com/xvoland/jquery-plugin-autohideinput",
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/mit-license.php"}, {"type": "GPL", "url": "http://www.gnu.org/licenses/gpl-3.0.txt"}],
"docs": "https://github.com/xvoland/jquery-plugin-autohideinput",
"demo": "http://xvoland.github.io/jquery-plugin-autohideinput",
"files": ["jquery.autohideinput.js"]
}