forked from KevinSheedy/jquery.alphanum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 KB
/
package.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
47
48
{
"name": "jquery.alphanum",
"version": "1.0.21",
"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();"
},
"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": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"grunt-mocha-test": "^0.12.7",
"grunt-selenium-webdriver": "^0.2.482",
"jit-grunt": "^0.9.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.8",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"selenium-webdriver": "^2.48.2"
}
}