You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
degoogle/package.json

22 lines
638 B
JSON

{
"name": "degoogle",
"version": "1.0.0",
"description": "A huge list of alternatives to Google products. Privacy tips, tricks, and links.",
"main": "_build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "github:tycrek/degoogle",
"author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
"license": "CC-BY-SA-4.0",
"bugs": "https://github.com/tycrek/degoogle/issues",
"homepage": "https://github.com/tycrek/degoogle#readme",
"dependencies": {
"fs-extra": "^11.1.1",
"luxon": "^3.4.3",
"node-fetch": "^2.7.0",
"qs": "^6.11.2",
"yaml": "^2.3.3"
}
}