23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.4.1",
|
|
"duck-duck-scrape": "^2.1.5",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.6.0",
|
|
"jsdom": "^16.5.3",
|
|
"request": "^2.88.2"
|
|
},
|
|
"name": "basednet",
|
|
"version": "1.0.0",
|
|
"description": "Based internet for all. Licensed under the MIT license, inspired by Action Retro and Luke Smith.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"internet",
|
|
"lightweight"
|
|
],
|
|
"author": "Samuel Lord",
|
|
"license": "MIT"
|
|
}
|