forked from validatorjs/validator.js
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
28 lines (28 loc) · 1.05 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
{ "name" : "validator",
"description" : "Data validation, filtering and sanitization for node.js",
"version" : "0.3.0",
"homepage" : "https://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" : "https://github.com/chriso/node-validator/issues"
},
"repository": {
"type": "git",
"url": "https://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" }
],
"engines" : { "node" : ">=0.2.2" },
"licenses" :
[ { "type" : "MIT"
, "url" : "https://github.com/chriso/node-validator/raw/master/LICENSE"
}
]
}