package.json 566 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "stream-slice",
  3. "version": "0.1.2",
  4. "description": "slice stream like buffer/string",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tape test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:yorkie/stream-slice.git"
  12. },
  13. "keywords": [
  14. "slice",
  15. "stream"
  16. ],
  17. "author": "Yorkie Neil <yorkiefixer@gmail.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/yorkie/stream-slice/issues"
  21. },
  22. "homepage": "https://github.com/yorkie/stream-slice",
  23. "devDependencies": {
  24. "tape": "^2.13.2"
  25. }
  26. }