UNPKG

stock-market-scraper

Version:

A simple scraper to get ticker info from Google Finance

34 lines (33 loc) 783 B
{ "name": "stock-market-scraper", "version": "1.1.0", "description": "A simple scraper to get ticker info from Google Finance", "main": "index.js", "directories": { "lib": "lib" }, "dependencies": { "axios": "^0.19.2", "cheerio": "^1.0.0-rc.3" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/icourt1/stock-market-scraper.git" }, "author": "iCourt", "license": "ISC", "bugs": { "url": "https://github.com/icourt1/stock-market-scraper/issues" }, "homepage": "https://github.com/icourt1/stock-market-scraper#readme", "keywords": [ "stocks", "stockmarket", "stockmarketscraper", "scraper" ] }