-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjquery.allowed-chars.jquery.json
46 lines (46 loc) · 1.34 KB
/
jquery.allowed-chars.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
40
41
42
43
44
45
46
{
"name": "jquery.allowed-chars",
"title": "jQuery Allowed Chars - simple plugin",
"description": "jQuery plugin to restrict users for typing only allowed chars for specified element",
"keywords": [
"jquery",
"plugin",
"simple",
"allowed",
"chars",
"regular",
"expression",
"regExp"
],
"version": "1.0.4",
"author": {
"name": "Pavlo Voznenko",
"url": "https://github.com/fosco-maestro/"
},
"maintainers": [
{
"name": "Pavlo Voznenko",
"email": "[email protected]",
"url": "https://github.com/fosco-maestro/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin/issues",
"homepage": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin",
"docs": "https://github.com/fosco-maestro/jquery-allowed-chars-simple-plugin",
"demo": "http://jsfiddle.net/fosco/55XLd/",
"dependencies": {
"jquery": ">=1.5"
},
"devDependencies": {
"jquery": "*",
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0"
}
}