express-form2
Version:
Form validation and data filtering for Express
47 lines (46 loc) • 975 B
JSON
{
"name": "express-form2",
"version": "2.0.0",
"description": "Form validation and data filtering for Express",
"keywords": [
"form",
"validator",
"validation",
"coke",
"express"
],
"author": "Dan Dean <@dandean> (http://dandean.com)",
"dependencies": {
"inflection" : "2.0.1",
"node.extend": "2.0.2",
"validator" : "2.1.0"
},
"devDependencies": {
"body-parser" : "1.20.2",
"express" : "4.18.2",
"mocha" : "10.2.0",
"supertest" : "6.3.3"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/dreamerslab/express-form.git"
},
"contributors": [
"dreamerslab <ben@dreamerslab.com>",
"Marc Harter <wavded@gmail.com>",
"Sugarstack <@sugarstack>"
],
"main": "index",
"engines": [
"node >= 0.6.0"
],
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
]
}