{
  "name": "cashbox",
  "version": "2.0.0",
  "description": "javascript cache library with configurable storage",
  "main": "index.js",
  "browser": "browser.js",
  "scripts": {
    "test": "mocha -R spec -s 2500 test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/selfcontained/cashbox.git"
  },
  "keywords": [
    "javascrpit",
    "node",
    "cache",
    "memory",
    "redis"
  ],
  "author": "Brad Harris <bmharris@gmail.com> (http://selfcontained.us)",
  "contributors": [
    {
      "name": "Brad Harris",
      "email": "bmharris@gmail.com",
      "url": "http://selfcontained.us"
    },
    {
      "name": "Nathan Broslawsky",
      "url": "http://github.com/nbroslawsky"
    }
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "async": "~0.9.0",
    "deap": "~1.0.0",
    "memcached": "~0.2.6",
    "redis": "^2.5.3",
    "timestr": "~0.1.0"
  },
  "devDependencies": {
    "mocha": "~1.9.0",
    "chai": "~1.6.0"
  },
  "testling": {
    "browsers": [
      "ie/9..latest",
      "firefox/latest",
      "chrome/latest",
      "safari/latest",
      "iphone/latest",
      "ipad/latest"
    ],
    "harness": "mocha-tdd",
    "files": [
      "test/cashbox.memory.test.js"
    ]
  }
}
