Initial Commit

This commit is contained in:
plane000
2018-07-01 18:05:25 +01:00
parent 45eca381ee
commit cf0718407e
24 changed files with 2916 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "duckdns-updater",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
"https": "^1.0.0",
"snekfetch": "^4.0.4"
}
}