package.json 682 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "stream-chain",
  3. "version": "2.2.2",
  4. "description": "Chain functions as transform streams.",
  5. "main": "index.js",
  6. "scripts": {
  7. "debug": "node --inspect-brk tests/tests.js",
  8. "test": "node tests/tests.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/uhop/stream-chain.git"
  13. },
  14. "keywords": [
  15. "stream",
  16. "chain"
  17. ],
  18. "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)",
  19. "license": "BSD-3-Clause",
  20. "bugs": {
  21. "url": "https://github.com/uhop/stream-chain/issues"
  22. },
  23. "homepage": "https://github.com/uhop/stream-chain#readme",
  24. "devDependencies": {
  25. "heya-unit": "^0.3.0"
  26. }
  27. }