package.json 589 B

1234567891011121314151617181920212223
  1. {
  2. "name": "stream-to-buffer",
  3. "description": "Concatenate a readable stream's data into a single buffer",
  4. "version": "0.0.1",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com",
  9. "twitter": "https://twitter.com/jongleberry"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/jonathanong/stream-to-buffer.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/jonathanong/stream-to-buffer/issues",
  17. "email": "me@jongleberry.com"
  18. },
  19. "license": "MIT",
  20. "engines": {
  21. "node": ">= 0.8"
  22. }
  23. }