forked from brynedwards/readability-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 784 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mozilla-readability-cli",
"version": "0.2.5",
"description": "A CLI for Mozilla Readability. Get clean, uncluttered, ready-to-read HTML from any webpage!",
"keywords": [
"readability",
"cli",
"html",
"terminal"
],
"homepage": "https://github.com/NightMachinary/readability-cli",
"repository": {
"type": "git",
"url": "https://github.com/NightMachinary/readability-cli"
},
"main": "index.js",
"license": "Unlicense",
"author": "Feraidoon Mehri (http://github.com/NightMachinary)",
"dependencies": {
"@mozilla/readability": "^0.4.1",
"commander": "^8.3.0",
"dompurify": "^2.3.3",
"get-stdin": "^8.0.0",
"jsdom": "^18.1.0",
"sanitize-html": "^2.5.3"
},
"bin": {
"readability": "./index.js"
}
}