mirror of
https://gitlab.com/gardenappl/readability-cli
synced 2024-10-31 09:20:29 +00:00
31 lines
794 B
JSON
31 lines
794 B
JSON
{
|
|
"name": "reader-view-cli",
|
|
"version": "0.0.1",
|
|
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"readable": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "gitlab:gardenappl/reader-view-cli",
|
|
"author": "gardenapple <gardenapple@posteo.net>",
|
|
"bugs": "https://gitlab.com/gardenappl/reader-view-cli/-/issues",
|
|
"keywords": [
|
|
"console",
|
|
"terminal",
|
|
"cli",
|
|
"readability",
|
|
"html",
|
|
"readability-cli"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"he": "^1.2.0",
|
|
"jsdom": "^16.3.0",
|
|
"minimist": "^1.2.5",
|
|
"readability": "github:mozilla/readability#master"
|
|
}
|
|
}
|