UNPKG

read-comfortably

Version:

turns any web page into a clean view for reading

40 lines (39 loc) 770 B
{ "name": "read-comfortably", "version": "2.2.7", "description": "turns any web page into a clean view for reading", "main": "src/read.js", "scripts": { "test": "node test" }, "author": { "name": "wzbg", "email": "z3530515@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wzbg/read-comfortably" }, "keywords": [ "read", "content", "clean", "reading", "readable", "readability", "comfortably", "web", "page" ], "dependencies": { "cheerio": "^0.19.0", "fetch-promise": "^1.0.1", "image-size": "^0.4.0", "is-image-url": "^1.1.8", "is-pdf": "^1.0.0", "is-url": "^1.2.1", "log4js": "^0.6.33", "string": "^3.3.1" } }