package.json 584 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "wbuf",
  3. "version": "1.7.3",
  4. "description": "Write buffer",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/**/*-test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:indutny/wbuf"
  12. },
  13. "keywords": [
  14. "Write",
  15. "Buffer"
  16. ],
  17. "author": "Fedor Indutny <fedor@indutny.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/indutny/wbuf/issues"
  21. },
  22. "homepage": "https://github.com/indutny/wbuf",
  23. "devDependencies": {
  24. "mocha": "^5.0.4"
  25. },
  26. "dependencies": {
  27. "minimalistic-assert": "^1.0.0"
  28. }
  29. }