forked from say2joe/jquery.disable-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisable-autocomplete.jquery.json
25 lines (25 loc) · 1020 Bytes
/
disable-autocomplete.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
25
{
"name": "disable-autocomplete",
"version": "1.1.1",
"title": "jQuery Disable Autocomplete",
"author": {
"name": "Joe Johnson",
"email": "[email protected]",
"url": "http://github.com/say2joe/"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},{
"type": "GPLv2",
"url": "http://www.opensource.org/licenses/GPL-2.0"
}],
"repository": {
"type": "git",
"url": "https://github.com/say2joe/jquery.disable-autocomplete.git"
},
"dependencies": { "jquery": ">= 1.7" },
"docs": "https://github.com/say2joe/jquery.disable-autocomplete/blob/master/README.md",
"keywords": ["jquery","autocomplete","off","password","text","form","mask","fields","say2joe"],
"description": "This jQuery plug-in enforces the autocomplete=off HTML attribute on password (and other) fields. Recent browsers have chosen to ignore this attribute in favor of user preferences. However, some financial (and other) institutions may have good reasons to enforce this practice."
}