forked from cloudfour/hideShowPassword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 Bytes
/
package.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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hideshowpassword",
"version": "2.0.11",
"description": "Easily reveal or hide password field contents via JavaScript or a nifty inner toggle button. Supports touch quite nicely!",
"main": "hideShowPassword.js",
"scripts": {
"minify": "uglifyjs hideShowPassword.js -o hideShowPassword.min.js",
"update:bower": "cp package.json bower.json"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudfour/hideShowPassword.git"
},
"keywords": [
"form",
"forms",
"input",
"inputs",
"password",
"visibility",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Cloud Four",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudfour/hideShowPassword/issues"
},
"homepage": "http://cloudfour.github.io/hideShowPassword/",
"dependencies": {
"jquery": ">=1.11"
},
"devDependencies": {
"uglify-js": "^2.4.17"
}
}