x-rate
Version:
Use request and adhere to x-rate-limit headers
35 lines (34 loc) • 725 B
JSON
{
"name": "x-rate",
"version": "1.0.2",
"description": "Use request and adhere to x-rate-limit headers",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"mocha": "2.x.x"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webjay/x-rate.git"
},
"keywords": [
"x-ratelimit",
"x-rate-limit",
"X-Rate-Limit-Limit",
"X-Rate-Limit-Remaining",
"X-Rate-Limit-Reset",
"request",
"http",
"https"
],
"author": "Jacob Friis Saxberg",
"license": "GNU",
"bugs": {
"url": "https://github.com/webjay/x-rate/issues"
},
"homepage": "https://github.com/webjay/x-rate#readme"
}