package.json 386 B

123456789101112131415161718
  1. {
  2. "name": "streamifier",
  3. "version": "0.1.1",
  4. "description": "Converts a Buffer/String into a readable stream",
  5. "keywords": [
  6. "string",
  7. "buffer",
  8. "readable",
  9. "stream"
  10. ],
  11. "author": "Gabriel Llamas <gagle@outlook.com>",
  12. "repository": "git://github.com/gagle/node-streamifier.git",
  13. "engines": {
  14. "node": ">=0.10"
  15. },
  16. "license": "MIT",
  17. "main": "lib"
  18. }