Added a script for updating the whotracksme database

This commit is contained in:
Andrey Meshkov
2018-10-12 13:41:11 +03:00
committed by Ildar Kamalov
parent 838406353b
commit 11e8853a34
6 changed files with 780 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "whotracksme-converter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"download-file-sync": "^1.0.4",
"sqlite3": "^4.0.2"
}
}