httprip
Version:
Manages queues of requests for data processing and collection.
32 lines • 677 B
JSON
{
"name": "httprip",
"version": "0.0.5",
"description": "Manages queues of requests for data processing and collection.",
"main": "index.js",
"dependencies": {
"request": "latest",
"lodash": "^4.17.4"
},
"devDependencies": {
"mocha": "latest"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tstiegler/httprip.git"
},
"keywords": [
"http",
"ripping",
"scraping",
"spider"
],
"author": "Thomas Stiegler",
"license": "MIT",
"bugs": {
"url": "https://github.com/tstiegler/httprip/issues"
},
"homepage": "https://github.com/tstiegler/httprip#readme"
}