12345678910111213141516171819
  1. {
  2. "name": "base64",
  3. "version": "0.3.0",
  4. "description": "Base64 encoding and decoding",
  5. "main": "./base64.js",
  6. "license": "WTFPL",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/davidchambers/Base64.js.git"
  10. },
  11. "ignore": [
  12. "**/.*",
  13. "Makefile",
  14. "coverage/",
  15. "scripts/",
  16. "test/"
  17. ]
  18. }