package.json 684 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "split",
  3. "version": "1.0.1",
  4. "license": "MIT",
  5. "description": "split a Text Stream into a Line Stream",
  6. "homepage": "http://github.com/dominictarr/split",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/dominictarr/split.git"
  10. },
  11. "dependencies": {
  12. "through": "2"
  13. },
  14. "devDependencies": {
  15. "asynct": "*",
  16. "event-stream": "~3.0.2",
  17. "it-is": "1",
  18. "stream-spec": "~0.2",
  19. "ubelt": "~2.9",
  20. "string-to-stream": "~1.0.0"
  21. },
  22. "scripts": {
  23. "test": "asynct test/"
  24. },
  25. "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",
  26. "optionalDependencies": {},
  27. "engines": {
  28. "node": "*"
  29. }
  30. }