{
  "name": "hive-thrift",
  "version": "1.0.5",
  "repository": {
    "type": "git",
    "url": "https://github.com/SistemaStrategy/HiveThrift.git"
  },
  "private": false,
  "description": "Node API using thrift to query Hive",
  "main" : "index.js",
  "scripts": {
    "test": "node ./test/ping-database.js | ./node_modules/bunyan/bin/bunyan"
  },
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "Hive",
    "Thrift",
    "HiveServer2"
  ],
  "author": "Yann Blanc",
  "license": "UNLICENSED",
  "dependencies": {
    "bunyan": "^1.6.0",
    "thrift": "^0.9.3"
  },
  "engines": {
    "node": ">= 4.3.0"
  }
}
