UNPKG

bob-the-miner

Version:
45 lines (44 loc) 1.12 kB
{ "name": "bob-the-miner", "version": "2.0.0", "description": "Bob is a web miner", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/raoul2000/bob-the-miner.git" }, "scripts": { "test-server": "http-server ./test/www", "test": "mocha test/", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "nyt-headline": "node examples/nyt-headline.js", "npm-crawler": "node examples/npm-crawler.js" }, "keywords": [ "scraper", "web-scraper", "web-miner", "request" ], "author": "raoul2000", "license": "ISC", "bugs": { "url": "https://github.com/raoul2000/bob-the-miner/issues" }, "homepage": "https://github.com/raoul2000/bob-the-miner", "devDependencies": { "chai": "^4.3.8", "chai-as-promised": "^7.1.1", "http-server": "^14.1.1", "mocha": "^10.2.0", "vuepress": "^1.9.10" }, "dependencies": { "async": "^3.2.4", "image-downloader": "^4.3.0", "p-limit": "^3.0.0", "puppeteer": "^21.1.1", "uuid": "^9.0.0" } }