{
  "name": "@icebob/node-rdkafka",
  "version": "2.3.2",
  "description": "Node.js bindings for librdkafka",
  "main": "lib/index.js",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "test": "make test",
    "preinstall": "node util/configure",
    "install": "prebuild-install --verbose || node-gyp rebuild",
    "prebuild": "prebuild -t 8.0.0 --strip --verbose --include-regex \"\\.(node|dll|so)$\""
  },
  "keywords": [
    "kafka",
    "librdkafka"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:icebob/node-rdkafka.git"
  },
  "contributors": [
    {
      "name": "Stephen Parente",
      "email": "webmakersteve@gmail.com"
    },
    {
      "name": "Matt Gollob",
      "email": "mattness@users.noreply.github.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "jsdoc": "^3.4.0",
    "jshint": "2.x",
    "mocha": "2.x",
    "node-gyp": "3.x",
    "prebuild": "7.4.0",
    "toolkit-jsdoc": "^1.0.0"
  },
  "dependencies": {
    "bindings": "1.x",
    "nan": "2.x",
    "prebuild-install": "2.5.3"
  },
  "engines": {
    "npm": "^2.7.3"
  }
}
