-
Notifications
You must be signed in to change notification settings - Fork 15
/
bower.json
37 lines (37 loc) · 931 Bytes
/
bower.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
{
"name": "jquery-validation-globalize",
"version": "1.0.0",
"homepage": "https://github.com/johnnyreilly/jquery-validation-globalize",
"authors": [
"johnnyreilly <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/johnnyreilly/jquery-validation-globalize.git"
},
"description": "An extension to the jQuery Validation Plugin which makes it use Globalize.js for number and date parsing (enabling simple internationalized validation)",
"main": "jquery.validate.globalize.js",
"keywords": [
"jquery",
"validation",
"jquery-validate",
"globalize",
"internationalization",
"globalization",
"i18n"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"nuget",
"test",
"tests",
"tests-old"
],
"dependencies": {
"jquery-validation": ">=1.8.0",
"globalize": "^1.0.0"
}
}