Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
adding package.json (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersticka committed Mar 25, 2015
1 parent b2ffc5d commit 3942fc6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "hideShowPassword",
"version": "2.0.4",
"description": "Easily reveal or hide password field contents via JavaScript or a nifty inner toggle button. Supports touch quite nicely!",
"main": "hideShowPassword.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudfour/hideShowPassword.git"
},
"keywords": [
"form",
"forms",
"input",
"inputs",
"password",
"visibility"
],
"author": "Cloud Four",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudfour/hideShowPassword/issues"
},
"homepage": "http://cloudfour.github.io/hideShowPassword/",
"dependencies": {
"jquery": "^2.1.3"
}
}

0 comments on commit 3942fc6

Please sign in to comment.