forked from express-validator/express-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 846 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 <[email protected]>",
"contributors": [
"Chris O'Hara <[email protected]>",
"@orfaust",
"@zero21xxx"
],
"version": "0.7.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": "*"
},
"dependencies": {
"validator": "1.5.0",
"underscore": "~1.5.1"
},
"devDependencies": {
"async": "~0.1.22",
"express": "~2.5.11",
"request": "~2.10.0"
},
"keywords": [
"express",
"validator",
"validation",
"validate",
"sanitize",
"sanitization",
"xss"
]
}