UNPKG

node-red-contrib-fast-csv

Version:
32 lines (31 loc) 769 B
{ "name": "node-red-contrib-fast-csv", "version": "0.4.0", "description": "Node-Red node using fast-csv parser/formatter", "main": "node/fastcsv.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/PotOfCoffee2Go/node-red-contrib-fast-csv.git" }, "keywords": [ "node-red", "fast-csv" ], "author": "Kim McKinley", "license": "MIT", "bugs": { "url": "https://github.com/PotOfCoffee2Go/node-red-contrib-fast-csv/issues" }, "homepage": "https://github.com/PotOfCoffee2Go/node-red-contrib-fast-csv#readme", "dependencies": { "fast-csv": "^2.4.0" }, "node-red": { "nodes": { "fastcsv": "nodes/fastcsv.js" } } }