UNPKG

node-red-contrib-cvstojson

Version:
33 lines (32 loc) 596 B
{ "name": "node-red-contrib-cvstojson", "version": "0.0.1", "description": "Node-RED node to parse cvs to json", "dependencies": { "csvtojson": "^1.1.7" }, "repository": { "type": "git", "url": "https://github.com/TradeRocket-Engineering/node-red-contrib-csvtojson.git" }, "license": "Apache", "keywords": [ "node-red", "csvtojson", "csv", "json" ], "node-red": { "nodes": { "cvstojsonEx": "csvtojson_ex.js" } }, "author": { "name": "Michael Fulmer" }, "contributors": [ { "name": "Michael Fulmer" } ] }