UNPKG

co-busboy

Version:

Busboy multipart parser as a yieldable

39 lines (38 loc) 817 B
{ "name": "co-busboy", "description": "Busboy multipart parser as a yieldable", "version": "1.3.1", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com", "twitter": "https://twitter.com/jongleberry" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cojs/co-busboy.git" }, "bugs": { "mail": "me@jongleberry.com", "url": "https://github.com/cojs/co-busboy/issues" }, "dependencies": { "black-hole-stream": "~0.0.1", "busboy": "^0.2.8", "chan": "^0.6.1" }, "devDependencies": { "co": "*", "formstream": "~1.0.0", "istanbul": "*", "mocha": "*" }, "scripts": { "test": "make test", "test-cov": "make test-cov" }, "files": [ "index.js" ] }