node-red-contrib-nefit-easy2
Version:
The most extensive Nefit Easy node for Node RED
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "node-red-contrib-nefit-easy2",
"version": "2.5.3",
"description": "The most extensive Nefit Easy node for Node RED",
"author": "Raimond Brookman <raimondb@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RaimondB/node-red-contrib-nefit-easy.git"
},
"bugs": {
"url": "https://github.com/RaimondB/node-red-contrib-nefit-easy/issues"
},
"homepage": "https://github.com/RaimondB/node-red-contrib-nefit-easy#readme",
"dependencies": {
"bluebird": "^3.7.2",
"nefit-easy-commands": "^3.0.5"
},
"keywords": [
"node-red",
"nefit",
"easy"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"nefit-easy": "nefit-easy.js",
"nefit-easy-config": "nefit-easy-config.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"deep-extend": "^0.6.0",
"mocha": "^10.0.0",
"node-red": "^3.0.0",
"node-red-node-test-helper": "^0.3.0",
"semantic-release": "^23.0.0",
"@semantic-release/exec": "^6.0.3",
"should": "^13.2.3",
"bufferutil": "^4.0.6",
"utf-8-validate": "^6.0.0",
"mocha-junit-reporter": "^2.0.2"
},
"scripts": {
"test": "mocha \"test/**/*_spec.js\"",
"test-ci": "mocha \"test/**/*_spec.js\" --reporter json --reporter-option output=test-results.json"
}
}