Skip to content

Commit ec624fa

Browse files
committed
README
1 parent a71a49a commit ec624fa

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Made as a plugin to [jQuery](https://jquery.com/)
8080

8181
Dependent 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/)

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)