forked from KevinSheedy/jquery.alphanum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alphanum.jquery.json
39 lines (39 loc) · 986 Bytes
/
alphanum.jquery.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
37
38
39
{
"name": "alphanum",
"title": "jQuery Alphanum",
"description": "Restrict what characters that may be entered into text fields. Supports alphanumeric, alphabetic or numeric. Easy to use. Fully customisable. Cross Browser compatible.",
"keywords": [
"alphanumeric",
"alphanun",
"alphabetic",
"numeric",
"input",
"textarea",
"text",
"restrict"
],
"version": "1.0.21",
"author": {
"name": "Kevin Sheedy",
"url": ""
},
"maintainers": [
{
"name": "Kevin Sheedy",
"email": "[email protected]",
"url": "https://github.com/KevinSheedy/jquery.alphanum"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/KevinSheedy/jquery.alphanum/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/KevinSheedy/jquery.alphanum/issues",
"homepage": "https://github.com/KevinSheedy/jquery.alphanum",
"docs": "https://github.com/KevinSheedy/jquery.alphanum/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}