UNPKG

busboy-body-parser

Version:

Body parsing for multipart/form-data forms in Express.

31 lines (30 loc) 587 B
{ "name": "busboy-body-parser", "version": "0.3.2", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test/index.js" }, "license": "MIT", "repository": "lennym/busboy-body-parser", "dependencies": { "bl": "^1.2.1", "busboy": "^0.2.9", "bytes": "^2.0.0", "debug": "^2.1.0" }, "devDependencies": { "chai": "^1.9.2", "express": "^4.16.2", "mocha": "^2.0.1", "sinon": "^1.11.1", "sinon-chai": "^2.6.0" }, "keywords": [ "multipart", "body-parser", "middleware", "busboy", "express" ] }