-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·47 lines (47 loc) · 1.25 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "readable-only-web",
"version": "0.1.0",
"description": "Readable filter for the web. Put distance between your hardware and trackers.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/digithree/readable-only-web.git"
},
"keywords": [
"node"
],
"author": "Simon Kenny",
"license": "MIT",
"bugs": {
"url": "https://github.com/digithree/readable-only-web"
},
"homepage": "https://github.com/digithree/readable-only-web",
"dependencies": {
"atob": "2.1.2",
"body-parser": "^1.19.0",
"btoa": "1.2.1",
"cheerio": "1.0.0-rc.3",
"dompurify": "^2.0.7",
"express": "^4.17.1",
"jsdom": "15.1.1",
"metascraper": "5.9.0",
"metascraper-author": "5.8.13",
"metascraper-date": "5.8.13",
"metascraper-publisher": "5.8.13",
"metascraper-title": "5.8.13",
"moment": "2.24.0",
"moz-readability-node": "0.2.4",
"node-base64-image": "1.0.6",
"node-html-builder": "1.0.2",
"probe-image-size": "5.0.0",
"request": "2.88.0",
"search-engine-nodejs": "1.0.9",
"showdown": "^1.9.1",
"string": "3.3.3",
"wait.for": "0.6.6"
}
}