{
  "name": "base64_js",
  "version": "1.1.0",
  "description": "A simple base64 encode and decode, super fast in pure JS.",
  "main": "base64.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mega6382/base64JS.git"
  },
  "keywords": [
    "base64", "js", "encode", "decode", "mega6382"
  ],
  "author": "Haseeb A. Basil",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mega6382/base64JS/issues"
  },
  "homepage": "https://github.com/mega6382/base64JS#readme"
}
 
  |