forked from express-validator/express-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 866 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
{
"name": "express-validator",
"description": "Express middleware for the validator module.",
"author": "Christoph Tavan <dev@tavan.de>",
"contributors": [
"Chris O'Hara <cohara87@gmail.com>",
"@orfaust",
"@zero21xxx",
"Roman Kalyakin <roman@kalyakin.com>"
],
"version": "2.1.0",
"homepage": "https://github.com/ctavan/express-validator",
"repository": {
"type": "git",
"url": "git://github.com/ctavan/express-validator.git"
},
"main": "./index.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"validator": "3.5.0"
},
"devDependencies": {
"async": "~0.1.22",
"express": "~2.5.11",
"request": "~2.10.0"
},
"keywords": [
"express",
"validator",
"validation",
"validate",
"sanitize",
"sanitization",
"xss"
]
}