package.json 338 B

1234567891011121314151617
  1. {
  2. "name": "stream-slicer",
  3. "version": "0.0.6",
  4. "description": "Slice another stream via a transform stream",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": "https://github.com/kessler/stream-slicer",
  10. "keywords": [
  11. "transform",
  12. "stream"
  13. ],
  14. "author": "Yaniv Kessler",
  15. "license": "MIT"
  16. }