read-title
Version:
read any web page's title
34 lines (33 loc) • 575 B
JSON
{
"name": "read-title",
"version": "1.0.4",
"description": "read any web page's title",
"main": "index.js",
"scripts": {
"test": "node test"
},
"author": {
"name": "wzbg",
"email": "z3530515@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wzbg/read-title"
},
"keywords": [
"read",
"title",
"clean",
"reading",
"readable",
"readability",
"comfortably",
"web",
"page"
],
"dependencies": {
"cheerio": "^0.19.0",
"fetch-promise": "^1.0.1"
}
}