{
  "name": "time-based-cache",
  "version": "1.0.8",
  "description": "A Laravel-like Cache Store for Javascript",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArthurYdalgo/time-based-cache-js.git"
  },
  "keywords": [
    "laravel",
    "like",
    "cache",
    "store",
    "time",
    "based",
    "javascript",
    "js",
    "timelimited",
    "localstorage",
    "local",
    "storage"
  ],
  "author": "",
  "license": "ISC",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/ArthurYdalgo/time-based-cache-js/issues"
  },
  "homepage": "https://github.com/ArthurYdalgo/time-based-cache-js#readme"
}
