forked from freewil/express-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"author": "Dan Dean (http://dandean.com)",
"name": "express-form",
"description": "Form validation and data filtering for Express",
"version": "0.12.6",
"homepage": "http://dandean.github.com/express-form",
"repository": {
"type": "git",
"url": "git://github.com/freewil/express-form.git"
},
"contributors": [
"Marc Harter <[email protected]>",
"Sugarstack",
"Sean Lavine <[email protected]>"
],
"keywords": [
"form",
"validator",
"validation",
"express"
],
"dependencies": {
"async": "^0.9.0",
"object-additions": "^0.5.1",
"validator": "^2.1.0"
},
"peerDependencies": {
"express": ">=3.0.0"
},
"devDependencies": {
"body-parser": "1.x",
"express": "4.x",
"mocha": "^2.0.1",
"request": "^2.48.0"
},
"main": "index",
"bugs": {
"url": "https://github.com/freewil/express-form/issues"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/freewil/express-form/raw/master/LICENSE"
}
]
}