package.json 608 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "teex",
  3. "version": "1.0.1",
  4. "description": "Turn a readable stream into multiple readable streamx streams",
  5. "main": "index.js",
  6. "dependencies": {
  7. "streamx": "^2.12.5"
  8. },
  9. "devDependencies": {
  10. "standard": "^14.3.4",
  11. "tape": "^5.0.1"
  12. },
  13. "scripts": {
  14. "test": "standard && tape test.js"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mafintosh/teex.git"
  19. },
  20. "author": "Mathias Buus (@mafintosh)",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/mafintosh/teex/issues"
  24. },
  25. "homepage": "https://github.com/mafintosh/teex"
  26. }