jquery.allowed-chars
Version:
jQuery plugin to restrict users for typing only allowed chars for specified element
18 lines • 387 B
JSON
{
"name": "jquery.allowed-chars",
"version": "1.0.4",
"main": "dist/jquery.allowed-chars.js",
"license": "MIT",
"ignore": [
".gitignore",
"package.json",
"Gruntfile.js",
"karma.conf.js",
"jquery.allowed-chars.jquery.json",
".jshintrc",
".travis.yml"
],
"devDependencies": {
"jquery": "*"
}
}