st-scraper
Version:
Easy scraper for straits times articles
34 lines (33 loc) • 748 B
JSON
{
"name": "st-scraper",
"version": "1.3.0",
"description": "Easy scraper for straits times articles",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"sg",
"singapore",
"st",
"straits times",
"scraper",
"news",
"article"
],
"author": "Zachary Lim <zacharylimjx@gmail.com>",
"license": "MIT",
"dependencies": {
"cheerio": "^0.22.0",
"valid-url": "^1.0.9",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZacBytes/Straits-Times-Scraper.git"
},
"bugs": {
"url": "https://github.com/ZacBytes/Straits-Times-Scraper/issues"
},
"homepage": "https://github.com/ZacBytes/Straits-Times-Scraper#readme"
}