{
  "name": "keyv",
  "version": "0.2.0",
  "description": "Simple key/value store with support for multiple backends",
  "main": "src/index.js",
  "scripts": {
    "test": "xo && nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "xo": {
    "extends": "xo-lukechilds"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/keyv.git"
  },
  "keywords": [
    "key",
    "value",
    "store",
    "cache",
    "ttl"
  ],
  "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukechilds/keyv/issues"
  },
  "homepage": "https://github.com/lukechilds/keyv",
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.19.1",
    "coveralls": "^2.13.1",
    "delay": "^2.0.0",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "keyv-api-tests": "*",
    "nyc": "^10.3.2",
    "xo": "^0.19.0"
  }
}
