get rid of unneeded dependencies

This commit is contained in:
Paper 2020-01-19 12:31:19 +01:00
parent 0414ffcf86
commit 94c8c4276c
2 changed files with 167 additions and 1508 deletions

1648
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "readability-cli",
"version": "0.0.1",
"description": "A command-line tool for running Firefox's readability script on a web page",
"description": "A command-line tool for running Mozilla's readability script on a web page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -10,30 +10,9 @@
"author": "Gigi",
"license": "MIT",
"dependencies": {
"commander": "^4.0.0",
"commander": "^4.1.0",
"beautify": "0.0.8",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"ejs": "^2.6.1",
"eslint": "^5.9.0",
"express": "^4.16.4",
"htmltidy2": "^0.3.0",
"js-beautify": "^1.8.8",
"jsdom": "^13.0.0",
"matcha": "^0.7.0",
"mocha": "^5.2.0",
"pretty": "^2.0.0",
"request": "^2.88.0",
"turndown": "^5.0.1"
},
"devDependencies": {
"chai": "^2.1.*",
"eslint": ">=4.2",
"htmltidy2": "^0.3.0",
"js-beautify": "^1.5.5",
"jsdom": "^13.1",
"matcha": "^0.6.0",
"mocha": "^2.2.*",
"sinon": "^7.3.2"
"jsdom": "^16.0.0"
}
}