susd-page-parser
Version:
Turn the HTML from Shut Up And Sit Down's website into a data structure
33 lines (32 loc) • 716 B
JSON
{
"name": "susd-page-parser",
"version": "1.0.0",
"description": "Turn the HTML from Shut Up And Sit Down's website into a data structure",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified :-x\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/susd-page-parser.git"
},
"keywords": [
"su&sd",
"shut",
"up",
"and",
"sit",
"down",
"html",
"tabletop"
],
"author": "TehShrike",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TehShrike/susd-page-parser/issues"
},
"homepage": "https://github.com/TehShrike/susd-page-parser#readme",
"dependencies": {
"cheerio": "0.22.0"
}
}