node-rainbird
Version:
Node.js library for interacting with WiFi LNK module of the Rain Bird Irrigation system
30 lines (29 loc) • 860 B
JSON
{
"name": "node-rainbird",
"description": "Node.js library for interacting with WiFi LNK module of the Rain Bird Irrigation system",
"version": "2.0.1",
"main": "index.js",
"types": "types/rainbird.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Boudewijn van Breukelen @ Future Software",
"license": "GNU",
"dependencies": {
"aes-js": "^3.1.2",
"node-fetch": "^2.6.0",
"text-encoder": "0.0.4"
},
"devDependencies": {
"typescript": "^4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbreukelen/node-rainbird.git"
},
"keywords": ["Rainbird", "ESP-RZXe", "ESP", "Irrigation", "Watering"],
"bugs": {
"url": "https://github.com/bbreukelen/node-rainbird/issues"
},
"homepage": "https://github.com/bbreukelen/node-rainbird#readme"
}