{
  "name": "utf-8-validate",
  "version": "1.0.0",
  "description": "Validate UTF-8 for Web",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "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": {
    "bindings": "1.2.x",
    "nan": "1.6.x"
  }
}
