request-promise-cache
Version:
request promise with cache
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "request-promise-cache",
"version": "2.0.1",
"description": "request promise with cache",
"main": "request-promise-cache.js",
"scripts": {
"test": "node --inspect ./node_modules/mocha/bin/mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akhoury/request-promise-cache.git"
},
"author": "https://github.com/akhoury",
"keywords": [
"request",
"promise",
"cache",
"when",
"bluebird",
"q"
],
"license": "MIT",
"engines": {
"node": ">=0.12"
},
"bugs": {
"url": "https://github.com/akhoury/request-promise-cache/issues"
},
"homepage": "https://github.com/akhoury/request-promise-cache#readme",
"dependencies": {
"nano-cache": "^1.1.2",
"request": "^2.88.0"
},
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^3.5.0",
"mocha": "^5.2.0",
"q": "^1.5.1",
"when": "^3.7.8"
}
}