package.json 631 B

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