dlouc-flare
Version:
To run at a server which has a dynamic IP and cloudflare service. It can dynamic modify your DNS record by your realtime IP address.
41 lines (40 loc) • 923 B
JSON
{
"name": "dlouc-flare",
"version": "1.0.0",
"description": "To run at a server which has a dynamic IP and cloudflare service. It can dynamic modify your DNS record by your realtime IP address.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"scarlet-task": "^0.1.0-comment",
"spidex": "^2.2.1",
"sugar": "^1.4.1"
},
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.3.20",
"mocha": "^2.3.2",
"should": "^7.1.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/XadillaX/dloucflare.git"
},
"keywords": [
"dynamic",
"cloudflare",
"domain",
"DDNS",
"dynamic domain"
],
"author": "XadillaX",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/XadillaX/dloucflare/issues"
},
"homepage": "https://github.com/XadillaX/dloucflare"
}