jquery.allowed-chars
Version:
jQuery plugin to restrict users for typing only allowed chars for specified element
46 lines • 1.38 kB
JSON
{
"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": "p.voznenko@gmail.com",
"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"
}
}