-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 941 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "express-validate",
"description": "Data validation, filtering and sanitization for express",
"version": "0.0.7",
"homepage": "https://github.com/Dream-Web/express-validate",
"keywords": [
"express",
"validator",
"validation",
"validate",
"assert",
"params",
"sanitization",
"xss",
"entities",
"sanitize",
"sanitisation",
"input"
],
"dependencies": {
"express": ">= 1.0.0rc2",
"validator" : ">= 0.2.3"
},
"author": "Dmitry Petrov <[email protected]> (http://corpix.ru)",
"main": ".",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/Dream-Web/express-validate/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Dream-Web/express-validate.git"
},
"engines": {
"node": ">=0.2.2"
},
"licenses": [
{
"type": "MIT"
}
],
"directories": {
"lib": "."
},
"files": [
""
]
}