-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "jquery-validation-globalize",
"version": "0.1.1",
"description": "An extension to the jQuery Validation Plugin which makes it use Globalize.js for number and date parsing (enabling simple internationalized validation)",
"keywords": [
"jquery",
"validation",
"jquery-validate",
"globalize",
"internationalization",
"globalization",
"i18n"
],
"main": "jquery.validate.globalize.js",
"directories": {
"test": "test"
},
"scripts": {
"bower-install": "bower install",
"make-globalize-cldr-data-js": "gulp make-globalize-cldr-data-js",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/johnnyreilly/jquery-validation-globalize.git"
},
"author": "johnnyreilly <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnnyreilly/jquery-validation-globalize/issues"
},
"homepage": "https://github.com/johnnyreilly/jquery-validation-globalize",
"devDependencies": {
"bower": "^1.5.3",
"gulp": "^3.9.0",
"gulp-qunit": "^1.2.1",
"gulp-util": "^3.0.6"
}
}