{
  "name": "ab2b64",
  "version": "0.9.1",
  "description": "Convert ArrayBuffer to Base64 string and vice versa",
  "main": "src/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["Base64","ArrayBuffer","6bits","8bits"],
  "homepage":"https://github.com/Randy341/arrayBuffer2Base64",
  "author": {
    "name":"Randy Chang",
    "url":"https://www.randy-chang.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Randy341/arrayBuffer2Base64"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "license": "ISC"
}
