-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
31 lines (31 loc) · 967 Bytes
/
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
{
"name": "html5-form-validation",
"description": "jQuery plugin that provides a client site form validation with builtin options and deep customization.",
"keywords": [
"form",
"html5",
"validate",
"validation",
"input"
],
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
"bugs": "https://github.com/running-coder/jquery-form-validation/issues",
"repository": {
"type": "git",
"url": "git://github.com/running-coder/jquery-form-validation.git"
},
"author": {
"name": "Tom Bertrand"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-replace": "~0.8.0",
"grunt-jsbeautifier": "~0.2.10",
"grunt-stripcomments": "~0.3.1"
},
"version": "1.5.3",
"main": "dist/jquery.validation.min.js"
}