{
  "author": "Arnout Kazemier <info@3rd-Eden.com> (http://3rd-Eden.com)",
  "name": "jackpot",
  "description": "Jackpot, TCP connection pooling for Node.js",
  "version": "0.0.6",
  "homepage": "https://github.com/3rd-Eden/jackpot",
  "main": "index.js",
  "keywords": [
    "pool",
    "connection",
    "connection pool",
    "tcp"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/3rd-Eden/jackpot.git"
  },
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "retry": "0.6.0"
  },
  "devDependencies": {
    "mocha": "1.2.1",
    "chai": "1.1.0",
    "pre-commit": "0.0.x"
  }
}
