forked from validatorjs/validator.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.12 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
{ "name" : "validator",
"description" : "Data validation, filtering and sanitization for node.js",
"version" : "0.4.10",
"homepage" : "http://github.com/chriso/node-validator",
"keywords" : ["validator", "validation", "assert", "params", "sanitization", "xss", "entities", "sanitize", "sanitisation", "input"],
"author" : "Chris O'Hara <[email protected]>",
"main" : "./lib",
"directories" : { "lib" : "./lib" },
"bugs" :
{ "mail" : "",
"url" : "http://github.com/chriso/node-validator/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chriso/node-validator.git"
},
"contributors": [
{ "name": "PING", "github": "https://github.com/PlNG" },
{ "name": "Dan VerWeire", "github": "https://github.com/wankdanker" },
{ "name": "Branko Vukelic", "github": "https://github.com/foxbunny" },
{ "name": "Mark Engel", "github": "https://github.com/mren" }
],
"engines" : { "node" : ">=0.2.2" },
"licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/chriso/node-validator/raw/master/LICENSE"
}
]
}