{
  "name": "qb-utf8-to-str-tiny",
  "version": "1.2.2",
  "description": "tiny browser script for converting array of UTF-8 characters to string.  not efficient for large files.",
  "homepage": "https://github.com/quicbit-js/qb-utf8-to-str-tiny",
  "url": "https://github.com/quicbit-js/qb-utf8-to-str-tiny/issues",
  "email": "support@quicbit.com",
  "repository": "quicbit-js/qb-utf8-to-str-tiny",
  "devDependencies": {
    "tape": "^5.6.3",
    "test-kit": "^2.9.1"
  },
  "scripts": {
    "test": "tape test.js",
    "cov": "tap --coverage-report=html test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "UTF8",
    "UTF-8",
    "encode",
    "decode",
    "browser"
  ],
  "author": "Matthew Voss",
  "license": "ISC"
}
