{
  "name": "wait-for-cassandra",
  "description": "Wait for a Cassandra connection to become available",
  "keywords": [
    "Cassandra",
    "Notify",
    "Event"
  ],
  "version": "2.1.0",
  "author": "Joel Edwards (https://github.com/joeledwards)",
  "contributors": [
    "Joel Edwards <joeledwards@gmail.com> (https://github.com/joeledwards)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/joeledwards/node-wait-for-cassandra.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/joeledwards/node-durations/blob/master/LICENSE"
    }
  ],
  "main": "./lib/index",
  "directories": {
    "lib": "./lib"
  },
  "bin": {
    "wait-for-cassandra": "./bin/wait-for-cassandra",
    "wait4cass": "./bin/wait-for-cassandra"
  },
  "dependencies": {
    "cassandra-driver": "^3.0.2",
    "commander": "^2.9.0",
    "durations": "^2.2.0",
    "q": "~1.4"
  },
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "mocha": "^2.5.3",
    "timeunit": "~1.1.1"
  },
  "scripts": {
    "prepublish": "cake build",
    "build": "cake build",
    "test": "cake test"
  },
  "engines": {
    "node": ">=0.10"
  }
}
