{
  "name": "async-disk-cache",
  "version": "1.3.3",
  "description": "Async disk cache",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "mocha test.js",
    "test:debug": "mocha debug test.js",
    "test:dot": "mocha test.js --reporter dot",
    "coverage": "istanbul cover _mocha"
  },
  "repository": "stefanpenner/async-disk-cache",
  "keywords": [
    "cache",
    "temp",
    "file"
  ],
  "author": "Stefan Penner <stefan.penner@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.1.3",
    "heimdalljs": "^0.2.3",
    "istextorbinary": "2.1.0",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.5.3",
    "rsvp": "^3.0.18",
    "username-sync": "1.0.1"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.1",
    "stat-mode": "^0.2.1"
  },
  "jscsConfig": {
    "preset": "google",
    "disallowMultipleVarDecl": true,
    "maximumLineLength": 80,
    "requireBlocksOnNewline": true,
    "validateLineBreaks": "LF"
  }
}
