bower.json 446 B

12345678910111213141516171819202122
  1. {
  2. "name": "buffer-to-arraybuffer",
  3. "main": "buffer-to-arraybuffer.js",
  4. "version": "0.0.4",
  5. "homepage": "https://github.com/miguelmota/buffer-to-arraybuffer",
  6. "authors": [
  7. "Miguel Mota <miguelmota2@gmail.com>"
  8. ],
  9. "description": "Convert Buffer to ArrayBuffer",
  10. "keywords": [
  11. "buffer",
  12. "array"
  13. ],
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "license": "MIT"
  22. }