jquery.alphanum
Version:
Restrict what characters that may be entered into text fields. Supports alphanumeric, alphabetic or numeric. Easy to use. Fully customisable. Cross Browser compatible.
56 lines (55 loc) • 1.56 kB
JSON
{
"name": "jquery.alphanum",
"version": "1.0.26",
"description": "Restrict what characters that may be entered into text fields. Supports alphanumeric, alphabetic or numeric. Easy to use. Fully customisable. Cross Browser compatible.",
"main": "jquery.alphanum.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "$(\"#firstName\").alphanum();",
"lint": "./node_modules/.bin/eslint --fix "
},
"repository": {
"type": "git",
"url": "https://github.com/KevinSheedy/jquery.alphanum.git"
},
"author": "Kevin Sheedy",
"license": "MIT",
"bugs": {
"url": "https://github.com/KevinSheedy/jquery.alphanum/issues"
},
"homepage": "https://github.com/KevinSheedy/jquery.alphanum",
"keywords": [
"alphanumeric",
"alphanun",
"alphabetic",
"numeric",
"input",
"textarea",
"text",
"restrict"
],
"devDependencies": {
"eslint": "^4.19.1",
"grunt": "^1.0.2",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-mocha-webdriver": "^1.2.2",
"grunt-sauce-connect-launcher": "^0.3.1",
"grunt-saucelabs": "^9.0.0",
"grunt-selenium-webdriver": "^0.2.482",
"gruntify-eslint": "^4.0.0",
"jit-grunt": "^0.10.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^0.1.8",
"mocha": "^2.3.4",
"phantom": "^4.0.12",
"qunitjs": "^1.21.0",
"selenium-webdriver": "^2.48.2"
}
}