2020-05-21 21:48:17 +00:00
|
|
|
{
|
|
|
|
"name": "degoogle",
|
|
|
|
"version": "1.0.0",
|
2021-07-06 02:41:52 +00:00
|
|
|
"description": "A huge list of alternatives to Google products. Privacy tips, tricks, and links.",
|
2020-05-21 21:48:17 +00:00
|
|
|
"main": "_build.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-07-06 02:41:52 +00:00
|
|
|
"repository": "github:tycrek/degoogle",
|
|
|
|
"author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
|
2023-10-18 17:29:32 +00:00
|
|
|
"license": "CC-BY-SA-4.0",
|
2021-07-06 02:41:52 +00:00
|
|
|
"bugs": "https://github.com/tycrek/degoogle/issues",
|
2020-05-21 21:48:17 +00:00
|
|
|
"homepage": "https://github.com/tycrek/degoogle#readme",
|
|
|
|
"dependencies": {
|
2023-10-18 17:44:05 +00:00
|
|
|
"fs-extra": "^11.1.1",
|
|
|
|
"luxon": "^3.4.3",
|
|
|
|
"node-fetch": "^2.7.0",
|
|
|
|
"qs": "^6.11.2",
|
|
|
|
"yaml": "^2.3.3"
|
2020-05-21 21:48:17 +00:00
|
|
|
}
|
2023-10-18 17:44:05 +00:00
|
|
|
}
|