koa-formidable
Version:
Formidable middleware for Koa
30 lines (29 loc) • 594 B
JSON
{
"name": "koa-formidable",
"author": {
"name": "Markus Ast",
"email": "npm.m@rkusa.st"
},
"version": "1.1.0",
"description": "Formidable middleware for Koa",
"keywords": [
"koa",
"formidable",
"form",
"upload",
"multipart",
"bodyparser"
],
"homepage": "https://github.com/rkusa/koa-formidable",
"dependencies": {
"formidable": "^1.1.1"
},
"bugs": "https://github.com/rkusa/koa-formidable/issues",
"repository": {
"type": "git",
"url": "git://github.com/rkusa/koa-formidable.git"
},
"engines": {
"node": ">=0.8"
}
}