UNPKG

multer-pkgcloud

Version:

Middleware for handling `multipart/form-data`.

48 lines (47 loc) 998 B
{ "name": "multer-pkgcloud", "description": "Middleware for handling `multipart/form-data`.", "version": "0.2.5", "contributors": [ "Hage Yaapa <captain@hacksparrow.com> (http://www.hacksparrow.com)", "Jaret Pfluger <https://github.com/jpfluger>", "Dustin Hoffner <https://github.com/dustin-H>" ], "license": "MIT", "repository": "dustin-H/multer", "keywords": [ "form", "post", "multipart", "form-data", "formdata", "express", "middleware", "pkgcloud" ], "dependencies": { "busboy": "~0.2.9", "mkdirp": "~0.3.5", "pkgcloud": "^1.2.0-alpha.0", "qs": "~1.2.2", "type-is": "~1.5.2" }, "devDependencies": { "chai": "^1.9.1", "co": "^3.0.6", "express": "*", "mocha": "*", "rimraf": "^2.2.8", "supertest": "^0.13.0" }, "engines": { "node": ">= 0.10.0" }, "files": [ "LICENSE", "index.js" ], "scripts": { "test": "mocha --reporter spec --bail --check-leaks" } }