{
  "name": "string-arraybuffer",
  "version": "1.0.4",
  "description": "A npm module for easy conversion from string to arraybuffer and from arraybuffer to string.",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blockafrik/string-arraybuffer.git"
  },
  "keywords": [
    "String",
    "arraybuffer",
    "Array",
    "buffer",
    "Uint8Array",
    "Array-Buffer"
  ],
  "author": "Andrews Agyemang Opoku",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blockafrik/string-arraybuffer/issues"
  },
  "homepage": "https://github.com/blockafrik/string-arraybuffer#readme"
}
