UNPKG

855 BJSONView 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.6.2",
6 "homepage": "http://dandean.github.com/express-form",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/dandean/express-form.git"
10 },
11 "contributors": [
12 "Marc Harter <wavded@gmail.com>",
13 "Sugarstack <@sugarstack>"
14 ],
15 "keywords" : ["form", "validator", "validation", "express"],
16 "dependencies": {
17 "validator": ">= 0.1.2",
18 "object-additions": ">= 0.5.0"
19 },
20 "main" : "index",
21 "bugs" : { "web" : "http://github.com/dandean/express-form/issues" },
22 "scripts": { "test": "expresso" },
23 "engines": { "node": ">=0.2.2" },
24 "licenses" : [{
25 "type" : "MIT",
26 "url" : "http://github.com/dandean/express-form/raw/master/LICENSE"
27 }]
28}