{
  "name": "memcache-plus",
  "version": "0.3.1",
  "description": "Better memcache for node",
  "main": "index.js",
  "scripts": {
    "watch": "grunt",
    "test": "grunt test",
    "build": "docpress build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/victorquinn/memcache-plus"
  },
  "keywords": [
    "memcache",
    "memcached",
    "cache",
    "promise",
    "elasticache",
    "cluster"
  ],
  "author": "Victor Quinn <mail@victorquinn.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/victorquinn/memcache-plus/issues"
  },
  "docpress": {
    "github": "victorquinn/memcache-plus",
    "googleAnalytics": {
      "id": "UA-29142694-4",
      "domain": "memcache-plus.com"
    }
  },
  "homepage": "https://github.com/victorquinn/memcache-plus",
  "devDependencies": {
    "chai": "^3.5.0",
    "chance": "^1.0.4",
    "docpress": "0.7.1",
    "git-update-ghpages": "1.3.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.13.2",
    "jshint-stylish": "^2.2.0",
    "json-stringify-safe": "^5.0.0",
    "mocha": "^3.4.2",
    "sinon": "^1.10.3"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "carrier": "^0.3.0",
    "debug": "^3.1.0",
    "hashring": "^3.2.0",
    "immutable": "^4.1.0",
    "lodash": "^4.14.0",
    "ramda": "~0.28.0"
  }
}
