You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
824 B

  1. {
  2. "name": "base64-arraybuffer",
  3. "description": "Encode/decode base64 data into ArrayBuffers",
  4. "version": "0.1.1",
  5. "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  6. "author": {
  7. "name": "Niklas von Hertzen",
  8. "email": "niklasvh@gmail.com",
  9. "url": "http://hertzen.com"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/niklasvh/base64-arraybuffer"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
  22. }
  23. ],
  24. "main": "lib/base64-arraybuffer",
  25. "engines": {
  26. "node": ">= 0.6.0"
  27. },
  28. "scripts": {
  29. "test": "grunt test"
  30. },
  31. "devDependencies": {
  32. "grunt": "~0.3.17"
  33. },
  34. "keywords": []
  35. }