{
  "author": "Gary Dusbabek <gdusbabek@gmail.com>",
  "contributors": [
    "Eric Evans <eevans@acunu.com>",
    "Gary Dusbabek <gdusbabek@gmail.com>",
    "Tomaž Muraus <tomaz@tomaz.me>",
    "Patrick Negri <patrick@iugu.com.br>",
    "Christoph Tavan <dev@tavan.de>",
    "Allan Carroll <allanca@gmail.com>",
    "Simon Vetter <simon.vetter@gmx.com>"
  ],
  "name": "cassandra-client",
  "description": "Node.js CQL driver for Apache Cassandra",
  "version": "0.15.2",
  "homepage": "http://code.google.com/a/apache-extras.org/p/cassandra-node/",
  "repository": {
    "type": "git",
    "url": "https://code.google.com/a/apache-extras.org/p/cassandra-node/"
  },
  "main": "node-cassandra-client",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "./scripts/test.sh",
    "lint": "./scripts/lint.sh"
  },
  "engines": {
    "node": ">= 0.6.7"
  },
  "dependencies": {
    "async": ">= 0.1.12",
    "thrift": ">= 0.9.1",
    "node-uuid": ">= 1.3.3"
  },
  "devDependencies": {
    "jshint": "0.9.1",
    "whiskey": ">= 0.6.11"
  },
  "licenses" : [{
    "type": "Apache",
    "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  }]
}
