readability-cli/package.json
2020-07-13 20:17:26 +03:00

21 lines
532 B
JSON

{
"name": "readable-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"
},
"author": "gardenapple",
"license": "GPL-3.0-only",
"dependencies": {
"chalk": "^4.1.0",
"jsdom": "^16.3.0",
"minimist": "^1.2.5",
"readability": "github:mozilla/readability#master"
}
}