UNPKG

express-form-handler

Version:

A form handler for express, the nodejs framework.

47 lines (46 loc) 1.04 kB
{ "name": "express-form-handler", "version": "2.0.0-beta.11", "description": "A form handler for express, the nodejs framework.", "main": "index.js", "scripts": { "test": "standard && node_modules/mocha/bin/mocha --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/laudeon/express-form-handler.git" }, "keywords": [ "form", "express", "form", "validation", "form", "validator" ], "author": "laudeon", "license": "MIT", "bugs": { "url": "https://github.com/laudeon/express-form-handler/issues" }, "homepage": "https://github.com/laudeon/express-form-handler#readme", "dependencies": { "as-array": "^2.0.0", "express-form-handler-strategy": "^0.1.0", "options": "0.0.6", "validator": "^6.3.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "rewire": "^2.5.2", "sinon": "^2.1.0", "sinon-test": "^1.0.1", "standard": "^9.0.2" }, "standard": { "ignore": [ "test" ] } }