package.json 591 B

123456789101112131415161718192021222324
  1. {
  2. "name": "map-stream",
  3. "version": "0.0.7",
  4. "license": "MIT",
  5. "description": "construct pipes of streams of events",
  6. "homepage": "http://github.com/dominictarr/map-stream",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/dominictarr/map-stream.git"
  10. },
  11. "dependencies": {},
  12. "devDependencies": {
  13. "asynct": "*",
  14. "it-is": "1",
  15. "ubelt": "~2.9",
  16. "stream-spec": "~0.2",
  17. "event-stream": "~2.1",
  18. "from": "0.0.2"
  19. },
  20. "scripts": {
  21. "test": "asynct test/"
  22. },
  23. "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)"
  24. }