node-red-contrib-curve
Version:
Node to calculate output by a given mathematical function expression
49 lines • 1.09 kB
JSON
{
"name": "node-red-contrib-curve",
"version": "1.0.2",
"description": "Node to calculate output by a given mathematical function expression",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbarwe/node-red-contrib-curve.git"
},
"keywords": [
"node-red",
"math",
"expression",
"characteristics",
"simulation",
"normalization",
"function",
"plot",
"calibration",
"correction",
"calibration",
"mapping",
"fit"
],
"author": "Sebastian Barwe",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sbarwe/node-red-contrib-curve/issues"
},
"homepage": "https://github.com/sbarwe/node-red-contrib-curve#readme",
"node-red": {
"version": ">=0.16.0",
"nodes": {
"curve": "curve/curve.js"
}
},
"dependencies": {
"built-in-math-eval": "^0.3.0",
"function-plot": "^1.17.3",
"mustache": "2.3.0"
},
"devDependencies": {},
"engines": {
"node": ">=4"
}
}