node-red-contrib-dreamhostdns-updater
Version:
Node for updating sub domains in Dreamhost DNS
39 lines (38 loc) • 964 B
JSON
{
"name": "node-red-contrib-dreamhostdns-updater",
"version": "1.0.3",
"description": "Node for updating sub domains in Dreamhost DNS",
"dependencies": {
"dreamhost": "^1.0.5",
"is-ip": "^3.1.0"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-google": "^0.14.0"
},
"main": "index.js",
"node-red": {
"nodes": {
"dreamhost-dns-updater": "index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater.git"
},
"keywords": [
"node-red",
"dreamhost",
"dns"
],
"author": "Ankit Modi",
"email": "ankit@mayfounder.net",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater/issues"
},
"homepage": "https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater#readme"
}