Files
Examples/NodeJS/node-dtdns-updater/package.json
2018-06-15 11:30:02 +01:00

18 lines
374 B
JSON

{
"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"
}
}