{
  "name": "axios-post-cache",
  "version": "1.1.11",
  "description": "Package that allows you to easily cache POST/GET requests",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roceroo/post-cache.git"
  },
  "keywords": [
    "post",
    "cache",
    "axios",
    "scalable",
    "request",
    "http"
  ],
  "author": "Plinio & Gustavo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/roceroo/post-cache/issues"
  },
  "homepage": "https://github.com/roceroo/post-cache#readme",
  "dependencies": {
    "node-cache": "^5.1.2"
  }
}
