node-red-contrib-object-hash
Version:
A Node-RED node for generate hashes from objects and values in node.
40 lines (39 loc) • 979 B
JSON
{
"author": {
"name": "Kunal Kamble",
"email": "kunal6666@gmail.com"
},
"bugs": {
"url": "https://github.com/kunalkamble/node-red-contrib-object-hash/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-hash": "2.0.3"
},
"deprecated": false,
"description": "A Node-RED node for generate hashes from objects and values in node.",
"homepage": "https://github.com/kunalkamble/node-red-contrib-object-hash#readme",
"keywords": [
"object",
"hash",
"json",
"node-red",
"object-hash"
],
"license": "MIT",
"main": "node-red-contrib-object-hash.js",
"name": "node-red-contrib-object-hash",
"node-red": {
"nodes": {
"gtfs-feed": "node-red-contrib-object-hash.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunalkamble/node-red-contrib-object-hash.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}