{
  "name": "memcache-ppp",
  "version": "0.5.2",
  "description": "Memcache for node",
  "main": "index.js",
  "scripts": {
    "test": "grunt test",
    "build": "docpress build",
    "coverage": "jshint && nyc --reporter=lcov mocha test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ryanrubleycoates/memcache-ppp"
  },
  "keywords": [
    "memcache",
    "memcached",
    "cache",
    "promise",
    "elasticache",
    "cluster"
  ],
  "author": "Ryan Rubley <ryan.rubley@coatesgroup.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ryanrubleycoates/memcache-ppp/issues"
  },
  "homepage": "https://github.com/ryanrubleycoates/memcache-ppp",
  "devDependencies": {
    "chai": "^3.5.0",
    "chance": "^1.0.4",
    "docpress": "^0.8.2",
    "git-update-ghpages": "1.3.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.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",
    "nyc": "^15.1.0",
    "sinon": "^1.10.3"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "carrier": "^0.3.0",
    "debug": "^2.6.9",
    "immutable": "^3.8.1"
  }
}
