form-data-parser
Version:
Middleware that parses FormData requests and places them on req.body
36 lines (35 loc) • 818 B
JSON
{
"name": "form-data-parser",
"version": "0.0.3",
"description": "Middleware that parses FormData requests and places them on req.body",
"main": "index.js",
"scripts": {
"test": "node test | tap-spec",
"test-coverage": "istanbul cover test/index.js --report lcovonly | tap-spec"
},
"keywords": [
"middleware",
"form",
"data",
"parse",
"express",
"connect"
],
"author": "Ilya Radchenko <ilya@burstcreations.com>",
"repository": {
"type": "git",
"url": "git@github.com:knownasilya/form-data-parser.git"
},
"license": "ISC",
"dependencies": {
"multiparty": "^4.1.1"
},
"devDependencies": {
"express": "^4.11.2",
"istanbul": "^0.3.6",
"morgan": "^1.5.1",
"supertest": "^0.15.0",
"tap-spec": "^2.2.1",
"tape": "^3.5.0"
}
}