shindan
Version:
shindanmaker web scraper
33 lines (32 loc) • 712 B
JSON
{
"name": "shindan",
"version": "2.0.3",
"description": "shindanmaker web scraper",
"main": "lib/index.js",
"scripts": {
"test": "node -i -e \"const $ = require('.')\""
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://stawberri@github.com/stawberri/shindan.git"
},
"keywords": [
"shindanmaker",
"shindan",
"scraper",
"fun"
],
"author": "Pudding <aideen@aideen.pw> (https://aideen.pw/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stawberri/shindan/issues"
},
"homepage": "https://github.com/stawberri/shindan#readme",
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.74.0"
}
}