{
  "name": "continuable-cache",
  "version": "0.3.1",
  "description": "Cache a continuable",
  "keywords": [],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Raynos/continuable-cache.git",
  "main": "index",
  "homepage": "https://github.com/Raynos/continuable-cache",
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "bugs": {
    "url": "https://github.com/Raynos/continuable-cache/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "~0.2.2"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "node ./test/index.js",
    "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
    "tryme": "tryme ./examples --live",
    "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  }
}
