Dia antes primera install
This commit is contained in:
15
node_modules/node-red-contrib-excel/package.json
generated
vendored
Normal file
15
node_modules/node-red-contrib-excel/package.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name" : "node-red-contrib-excel",
|
||||
"version" : "0.0.3",
|
||||
"description" : "Converts JSON to excel and writes to file specified.",
|
||||
"dependencies": {
|
||||
"json2xls" : "0.1.2"
|
||||
},
|
||||
"keywords": [ "node-red" ,"Excel", "JSON to Excel", "node-red-excel", "xlsx", "xls"],
|
||||
"node-red" : {
|
||||
"nodes": {
|
||||
"xlsx": "excel/excel.js"
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user