{
  "name": "bufferutil",
  "version": "3.0.1",
  "description": "WebSocket buffer utils",
  "main": "index.js",
  "scripts": {
    "install": "prebuild-install || node-gyp rebuild",
    "test": "mocha && prebuild-ci"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/websockets/bufferutil"
  },
  "keywords": [
    "bufferutil"
  ],
  "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/websockets/bufferutil/issues"
  },
  "homepage": "https://github.com/websockets/bufferutil",
  "dependencies": {
    "bindings": "~1.2.1",
    "nan": "~2.6.0",
    "prebuild-install": "~2.1.0"
  },
  "devDependencies": {
    "mocha": "~3.4.1",
    "prebuild": "~6.1.0",
    "prebuild-ci": "~2.2.0"
  }
}
