File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Made as a plugin to [jQuery](https://jquery.com/)
8080
8181Dependent on [ jQuery version 3.x.x] ( https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js )
8282
83- ## Developer
83+ ## Author
8484_ Ishpreet Singh Bhasin_
8585
8686[ __ Website__ ] ( http://ishpreet.tech/ )
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " html-input-type-serialnumber" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A widget that assists users while filling out HTML Input fields intended for Serial Numbers." ,
5+ "main" : " src/jquery.serialnumberinput.js" ,
6+ "scripts" : {
7+ "test" : " $(\"\" ).serialnumberinput();"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/ish-101/HTML-Input-Type-SerialNumber.git"
12+ },
13+ "keywords" : [
14+ " jquery-plugin" ,
15+ " input-validation" ,
16+ " widget" ,
17+ " html-input"
18+ ],
19+ "author" : " Ishpreet Singh Bhasin" ,
20+ "license" : " GPL-3.0" ,
21+ "bugs" : {
22+ "url" : " https://github.com/ish-101/HTML-Input-Type-SerialNumber/issues"
23+ },
24+ "homepage" : " https://github.com/ish-101/HTML-Input-Type-SerialNumber#readme"
25+ }
You can’t perform that action at this time.
0 commit comments