Files
duckdns-updater/package.json
2018-07-01 18:05:25 +01:00

17 lines
327 B
JSON

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