UNPKG

1.14 kBJSONView Raw
1{
2 "author": "Dan Dean <@dandean> (http://dandean.com)",
3 "name": "express-form",
4 "description": "Form validation and data filtering for Express",
5 "version": "0.12.4",
6 "homepage": "http://dandean.github.com/express-form",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/freewil/express-form.git"
10 },
11 "contributors": [
12 "Marc Harter <wavded@gmail.com>",
13 "Sugarstack <@sugarstack>",
14 "Sean Lavine <sean@eternalrise.com>"
15 ],
16 "keywords": [
17 "form",
18 "validator",
19 "validation",
20 "express"
21 ],
22 "dependencies": {
23 "async": "^0.9.0",
24 "object-additions": "^0.5.1",
25 "validator": "^2.1.0"
26 },
27 "peerDependencies": {
28 "express": ">=3.0.0"
29 },
30 "devDependencies": {
31 "body-parser": "1.x",
32 "express": "4.x",
33 "mocha": "^2.0.1",
34 "request": "^2.48.0"
35 },
36 "main": "index",
37 "bugs": {
38 "url": "https://github.com/freewil/express-form/issues"
39 },
40 "scripts": {
41 "test": "mocha"
42 },
43 "engines": {
44 "node": ">=0.8.0"
45 },
46 "licenses": [
47 {
48 "type": "MIT",
49 "url": "https://github.com/freewil/express-form/raw/master/LICENSE"
50 }
51 ]
52}