{
      "name"                        : "cachd"
    , "description"                 : "A fast TTL Cache implementation"
    , "version"                     : "2.1.0"
    , "homepage"                    : "https://github.com/eventEmitter/cachd"
    , "author"                      : "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)"
    , "license"                     : "MIT"
    , "repository": {
          "url"                     : "https://github.com/eventEmitter/cachd.git"
        , "type"                    : "git"
    }
    , "engines": {
        "node"                      : ">=v4"
    }
    , "bugs": {
        "url"                       : "https://github.com/eventEmitter/cachd/issues"
    }
    , "dependencies": {
          "ee-class"                : "1.x"
        , "ee-log"                  : "2.x"
        , "ee-event-emitter"        : "1.x"
        , "linkd"                   : "2.x"
        , "memory-manager"          : "0.1.x"
    }
    , "devDependencies": {
          "mocha"                   : "3.x"
    }
    , "optionalDependencies": {}
    , "keywords"                    : ["ttl-cache", "cache", "ttl"]
    , "scripts": {
        "test"                      : "./node_modules/mocha/bin/mocha --reporter spec"
    }
}
