Renamed JS folder and started learning Crystal

This commit is contained in:
plane000
2018-06-17 19:47:18 +01:00
parent 27998205c2
commit 348ba8e737
49 changed files with 4 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"
}
}