UNPKG

github-cache

Version:

Transparent caching layer for node-github module

35 lines (34 loc) 877 B
{ "name": "github-cache", "author": "Erik Kristensen <erik@erikkristensen.com>", "homepage": "https://github.com/ekristen/node-github-cache", "description": "Transparent caching layer for node-github module", "version": "2.2.0", "main": "./cache.js", "repository": "ekristen/node-github-cache", "bugs": "https://github.com/ekristen/node-github-cache/issues", "license": "MIT", "keywords": [ "github", "cache", "promises" ], "scripts": { "test": "npm run test:standard && npm run test:code", "test:standard": "standard cache.js", "test:code": "node test.js" }, "dependencies": { "async": "^2.6.0", "debug": "^3.1.0", "libkv": "^0.8.1", "lodash": "^4.17.4" }, "devDependencies": { "github": "^13.1.0", "memdb": "^1.3.1", "rimraf": "^2.6.2", "standard": "^10.0.3", "tape": "^4.8.0" } }