UNPKG

form-data-parser

Version:

Middleware that parses FormData requests and places them on req.body

9 lines (8 loc) 189 B
language: node_js node_js: - "0.12" - "0.10" script: - "npm run test-coverage" after_script: - "npm install coveralls@2 && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"