{
  "name": "autocache",
  "description": "Caching system that automatically populates itself",
  "main": "index.js",
  "scripts": {
    "test": "for FILE in test/*.test.js; do echo $FILE; NODE_ENV=test tape $FILE | tap-spec; if [ $? -ne 0 ]; then exit 1; fi; done",
    "zuul": "zuul --local 8080 --ui tape -- test/cache.test.js node_modules/autocache-localstorage/test/localstorage.test.js",
    "test-solo": "tape test/cache.test.js | tap-bail | tap-spec",
    "watch": "nodemon -x 'node test/*.test.js | tap-spec'",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "keywords": [
    "cache"
  ],
  "author": "Remy Sharp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/remy/autocache.git"
  },
  "dependencies": {
    "debug": "^2.1.1"
  },
  "devDependencies": {
    "async": "^1.4.2",
    "autocache-localstorage": "^1.2.0",
    "autocache-redis": "^1.3.0",
    "nodemon": "^1.3.7",
    "redis": "^0.12.1",
    "semantic-release": "^4.0.3",
    "tap-bail": "0.0.0",
    "tap-spec": "^2.2.1",
    "tape": "^3.5.0"
  },
  "version": "1.1.0"
}