UNPKG

cleanview

Version:

Clean the content of html articles

44 lines (43 loc) 913 B
{ "name": "cleanview", "version": "1.5.9", "description": "Clean the content of html articles", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "himalaya": "^1.1.0", "iso-path-join": "^1.0.6", "url-parse": "^1.2.0" }, "devDependencies": { "terser-webpack-plugin": "^2.3.5", "webpack": "^4.42.1", "webpack-cli": "^3.1.2" }, "scripts": { "test": "node test/index.js", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/HersonHN/cleanview.git" }, "keywords": [ "clean", "html", "articles", "readability", "instapaper" ], "author": { "name": "Herson Salinas", "email": "hersonhn@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/HersonHN/cleanview/issues" }, "homepage": "https://github.com/HersonHN/cleanview#readme" }