{
  "name": "to-utf8",
  "version": "0.0.1",
  "description": "single-function form of node's Buffer.toString(utf8)",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/to-utf8.git"
  },
  "keywords": [
    "utf8",
    "buffer"
  ],
  "author": "Chris Dickinson <chris@neversaw.us>",
  "license": "MIT",
  "devDependencies": {
    "tape": "~0.2.2"
  }
}
