-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
42 lines (42 loc) · 1.06 KB
/
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
38
39
40
41
42
{
"name" : "node-ratify",
"description" : "A rich and efficient validation library for String, Number, Date and Javascript objects",
"homepage" : "https://github.com/luthraG/node-validate",
"main" : [
"validate.js"
],
"keywords" : [
"validator",
"validation",
"validate",
"assert",
"node-validate",
"node-validation",
"ratify",
"node-valid",
"valid",
"node-ratify",
"validationUtils",
"string validation",
"date validation",
"array validation",
"object validation"
],
"ignore" : [
"**/.*",
"package.json",
"node_modules",
"bower_components",
"tests",
"build*.js"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/luthraG/node-validate.git"
},
"authors" : {
"name" : "Gaurav Luthra",
"email" : "[email protected]"
},
"license" : "MIT"
}