-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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": "jquerysimpleformvalidation",
"title": "jQuery Simple Form Validation",
"description": "A Simple jQuery Plugin for Form Validation.SimpleValidation is a simplified jquery plugin to achieve client side form validation.",
"keywords": [
"jQuery",
"plugin",
"form",
"validation",
"validator",
"validate",
"input",
"html5",
"data",
"field",
"pattern",
"custom",
"custompattern",
"ajax",
"required",
"conditional"
],
"version": "1.0.5",
"author": {
"name": "Position2",
"url": "http://www.position2.com"
},
"maintainers": [
{
"name": "Position2",
"email": "p2webadmin@position2.com",
"url": "http://www.position2.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Position2/jQuery-Simple-Form-Validation/issues",
"email": "p2webadmin@position2.com"
},
"homepage": "https://github.com/Position2/jQuery-Simple-Form-Validation",
"dependencies": {
"jquery": ">=1.8"
},
"repository": {
"type": "git",
"url": "git@github.com:Position2/jQuery-Simple-Form-Validation.git"
}
}