Added node dtdns updater

This commit is contained in:
plane000
2018-06-15 11:30:02 +01:00
parent 41e3824033
commit 64bff29fd0
8 changed files with 1512 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "dtdns-updater",
"version": "2.0.0",
"description": "A program that automaticly update a ip address on DtDNS.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "aws",
"license": "MIT",
"dependencies": {
"snekfetch": "^4.0.0"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}