Skip to content

Commit 0f184a5

Browse files
committed
Add package.json
1 parent d2b0435 commit 0f184a5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "jquery-numeric",
3+
"version": "1.4.2",
4+
"author": {
5+
"name": "SamWM",
6+
"email": "[email protected]",
7+
"url": "https://github.com/SamWM"
8+
},
9+
"description": "jQuery plugin to allow only numbers to be typed into a text box",
10+
"licenses": [
11+
{
12+
"type": "MIT",
13+
"url": "https://github.com/SamWM/jquery-numeric/blob/master/LICENSE"
14+
}
15+
],
16+
"homepage": "https://github.com/SamWM/jquery-numeric",
17+
"main": "jquery.numeric.js",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/SamWM/jquery-numeric.git"
21+
},
22+
"bugs": {
23+
"url": "https://github.com/SamWM/jquery-numeric/issues"
24+
},
25+
"keywords": [
26+
"jquery",
27+
"jquery-plugin",
28+
"input",
29+
"numeric"
30+
],
31+
"files": [
32+
"jquery.numeric.js",
33+
"LICENSE"
34+
]
35+
}

0 commit comments

Comments
 (0)