node-red-contrib-cul
Version:
36 lines (35 loc) • 785 B
JSON
{
"name": "node-red-contrib-cul",
"version": "0.0.16",
"description": "CUL for node-red",
"main": "cul.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1stsetup/node-red-contrib-cul.git"
},
"keywords": [
"node-red",
"cul"
],
"node-red": {
"nodes": {
"cul": "cul.js"
},
"version": ">=1.0.0"
},
"author": "Michel Verbraak <info@1st-setup.nl>",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/1stsetup/node-red-contrib-cul/issues"
},
"homepage": "https://github.com/1stsetup/node-red-contrib-cul#readme",
"dependencies": {
"@1st-setup/cul": "0.20.2"
}
}