node-red-contrib-deglitch
Version:
This node filters out short impulses or erroneous data from sensors.
40 lines (39 loc) • 953 B
JSON
{
"name": "node-red-contrib-deglitch",
"version": "1.0.2",
"description": "This node filters out short impulses or erroneous data from sensors.",
"main": "deglitch.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"deglitch",
"filter",
"impulse",
"removal",
"node-red"
],
"node-red": {
"nodes": {
"deglitch": "src/deglitch.js"
}
},
"homepage": "https://github.com/fejesd/node-red-contrib-deglitch",
"repository": {
"type": "git",
"url": "https://github.com/fejesd/node-red-contrib-deglitch.git"
},
"author": "David Fejes",
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.5.0",
"node-red": "git+https://github.com/node-red/node-red.git",
"should": "^11.2.1",
"sinon": "^3.0.0",
"supertest": "^3.0.0"
}
}