{
  "name": "utf-8-validate",
  "version": "1.2.2",
  "description": "Validate UTF-8 for Web",
  "main": "index.js",
  "scripts": {
    "coverage": "istanbul cover _mocha --report html -- test/*.test.js",
    "test": "mocha test/*.test.js"
  },
  "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.1",
    "nan": "~2.4.0"
  },
  "devDependencies": {
    "istanbul": "~0.4.5",
    "mocha": "~3.2.0"
  }
}
