{
  "name": "utf-8-validate",
  "version": "5.0.1",
  "description": "Check if a buffer contains valid UTF-8",
  "main": "index.js",
  "scripts": {
    "install": "node-gyp-build",
    "prebuild": "prebuildify --napi",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/websockets/utf-8-validate"
  },
  "keywords": [
    "utf-8-validate"
  ],
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/websockets/utf-8-validate/issues"
  },
  "homepage": "https://github.com/websockets/utf-8-validate",
  "dependencies": {
    "node-gyp-build": "~3.4.0"
  },
  "devDependencies": {
    "mocha": "~5.2.0",
    "prebuildify": "~2.7.0"
  }
}
