devpost-scraper
Version:
Access data from Devpost such as listings of hackathons projects and individual project information
26 lines (25 loc) • 609 B
JSON
{
"name": "devpost-scraper",
"version": "0.3.5",
"description": "Access data from Devpost such as listings of hackathons projects and individual project information",
"main": "devpost-scraper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ahuerta0686/devpost-scraper"
},
"dependencies": {
"cheerio": "^0.20.0",
"q": "^1.4.1",
"request": "^2.70.0",
"to-markdown": "^2.0.1"
},
"author": "ahuerta0686",
"license": "MIT",
"keywords": [
"devpost",
"hackathon"
]
}