package.json 836 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "labeled-stream-splicer",
  3. "version": "2.0.2",
  4. "description": "stream splicer with labels",
  5. "main": "index.js",
  6. "dependencies": {
  7. "inherits": "^2.0.1",
  8. "stream-splicer": "^2.0.0"
  9. },
  10. "devDependencies": {
  11. "browser-pack": "^6.1.0",
  12. "concat-stream": "^1.4.6",
  13. "module-deps": "^6.2.0",
  14. "tape": "^4.10.1",
  15. "through2": "^1.0.0"
  16. },
  17. "scripts": {
  18. "test": "tape test/*.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/browserify/labeled-stream-splicer.git"
  23. },
  24. "homepage": "https://github.com/browserify/labeled-stream-splicer",
  25. "keywords": [
  26. "splice",
  27. "stream",
  28. "labels",
  29. "mutable",
  30. "pipeline"
  31. ],
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "license": "MIT"
  38. }