{
  "name": "hbase-client",
  "version": "1.7.0",
  "description": "Asynchronous HBase client for Node.js, pure javascript implementation.",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "make test"
  },
  "config": {
    "blanket": {
      "pattern": "//^((?!(node_modules|test)).)*$/"
    },
    "travis-cov": {
      "threshold": 85
    }
  },
  "dependencies": {
    "algorithmjs": "^1.0.0",
    "async": "^2.6.0",
    "debug": "~1.0.4",
    "eventproxy": "~0.3.1",
    "long": "~1.1.5",
    "readable-stream": "1.1.11",
    "utility": "^1.17.0",
    "zookeeper-watcher": "~0.2.0"
  },
  "devDependencies": {
    "autod": "*",
    "benchmark": "*",
    "blanket": "*",
    "contributors": "*",
    "interceptor": "0.1.4",
    "istanbul": "~0.3.2",
    "jshint": "*",
    "mm": "~0.2.1",
    "mocha": "^3.5.0",
    "moment": "*",
    "pedding": "~1.0.0",
    "should": "3"
  },
  "homepage": "http://github.com/alibaba/node-hbase-client",
  "repository": {
    "type": "git",
    "url": "git://github.com/alibaba/node-hbase-client.git"
  },
  "keywords": [
    "node-hbase-client",
    "hbase",
    "hbase-client"
  ],
  "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  "license": "MIT"
}
