-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
28 lines (28 loc) · 855 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
{
"author": "Dan Dean <@dandean> (http://dandean.com)",
"name": "express-form",
"description": "Form validation and data filtering for Express",
"version": "0.6.3",
"homepage": "http://dandean.github.com/express-form",
"repository": {
"type": "git",
"url": "git://github.com/dandean/express-form.git"
},
"contributors": [
"Marc Harter <wavded@gmail.com>",
"Sugarstack <@sugarstack>"
],
"keywords" : ["form", "validator", "validation", "express"],
"dependencies": {
"validator": ">= 0.1.2",
"object-additions": ">= 0.5.0"
},
"main" : "index",
"bugs" : { "url" : "http://github.com/dandean/express-form/issues" },
"scripts": { "test": "expresso" },
"engines": { "node": ">=0.2.2" },
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/dandean/express-form/raw/master/LICENSE"
}]
}