forked from itsmnsi/Internship-Portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-show-password.jquery.json
More file actions
28 lines (28 loc) · 982 Bytes
/
bootstrap-show-password.jquery.json
File metadata and controls
28 lines (28 loc) · 982 Bytes
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
26
27
28
{
"name": "bootstrap-show-password",
"version": "1.1.2",
"title": "Bootstrap Show Password",
"description": "Show/hide password plugin for twitter bootstrap.",
"author": {
"name": "zhixin wen",
"email": "wenzhixin2010@gmail.com",
"url": "http://wenzhixin.net.cn/"
},
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": ["bootstrap.password", "show.password", "hide.password"],
"homepage": "https://github.com/wenzhixin/bootstrap-show-password",
"demo": "http://wenzhixin.net.cn/p/bootstrap-show-password/",
"bugs": {
"url": "https://github.com/wenzhixin/bootstrap-show-password/issues"
},
"docs": "https://github.com/wenzhixin/bootstrap-show-password#usage",
"download": "https://github.com/wenzhixin/bootstrap-show-password/archive/master.zip"
}