{
  "name": "stratocacher",
  "version": "0.1.5",
  "description": "A cache with pluggable layers",
  "main": "index.js",
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redfin/stratocacher.git"
  },
  "keywords": [
    "cache",
    "layers",
    "pluggable",
    "promise"
  ],
  "author": "Bo Borgerson",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/redfin/stratocacher/issues"
  },
  "homepage": "https://github.com/redfin/stratocacher#readme",
  "dependencies": {
    "lodash": "^4.17.10",
    "q": "^1.5.1"
  }
}
