package.json 419 B

123456789101112131415161718
  1. {
  2. "name": "stringstream",
  3. "version": "0.0.6",
  4. "description": "Encode and decode streams into string streams",
  5. "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
  6. "main": "stringstream.js",
  7. "keywords": [
  8. "string",
  9. "stream",
  10. "base64",
  11. "gzip"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/mhart/StringStream.git"
  16. },
  17. "license": "MIT"
  18. }