degooglizzazione/package.json

21 lines
629 B
JSON
Raw Normal View History

2020-05-21 23:48:17 +02:00
{
"name": "degoogle",
"version": "1.0.0",
2021-07-06 04:41:52 +02:00
"description": "A huge list of alternatives to Google products. Privacy tips, tricks, and links.",
2020-05-21 23:48:17 +02:00
"main": "_build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-07-06 04:41:52 +02:00
"repository": "github:tycrek/degoogle",
"author": "tycrek <t@tycrek.com> (https://tycrek.com/)",
2020-05-21 23:48:17 +02:00
"license": "ISC",
2021-07-06 04:41:52 +02:00
"bugs": "https://github.com/tycrek/degoogle/issues",
2020-05-21 23:48:17 +02:00
"homepage": "https://github.com/tycrek/degoogle#readme",
"dependencies": {
"fs-extra": "^9.0.0",
"moment": "^2.26.0",
"node-fetch": "^2.6.1",
2020-06-02 23:20:31 +02:00
"qs": "^6.9.4",
2020-05-21 23:48:17 +02:00
"yaml": "^1.10.0"
}
2021-07-06 04:41:52 +02:00
}