{
  "name": "permacache",
  "version": "1.0.8",
  "description": "Creates a fast access cache in RAM and an optional permanent cache in AWS S3 bucket or the file system",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Matthew Cornelisse",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.792.0",
    "deltree": "^1.2.2",
    "s3buffer": "^1.0.2",
    "sleep-promise": "^8.0.1"
  },
  "devDependencies": {
    "nodeunit": "^0.11.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digiassetX/permacache"
  }
}
