{
  "name": "connect-memjs",
  "version": "0.2.1",
  "description": "Memcached session store for Connect backed by memjs",
  "keywords": [
    "memcached",
    "connection",
    "session",
    "store",
    "cache"
  ],
  "author": "Michał Thoma <michal@balor.pl>",
  "contributors": [
    "Liam Don <liamdon@gmail.com>",
    "Ross Kilgore <@rkilgore>",
    "Leo Max <leohihimax@gmail.com>",
    "Gabriel Mancini de Campos <gabriel.mancini@gmail.com>",
    "Christophe Vidal, <@Krisa>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/liamdon/connect-memjs"
  },
  "dependencies": {
    "debug": "^2.6.3",
    "memjs": ">= 1.0.0-rc.1"
  },
  "devDependencies": {
    "connect": ">= 1.4.x"
  },
  "main": "index",
  "engines": {
    "node": ">=0.4.7"
  },
  "directories": {
    "lib": "./lib"
  }
}
