Initial commit
This commit is contained in:
20
node_modules/node-red-contrib-xlsx-to-json/package.json
generated
vendored
Normal file
20
node_modules/node-red-contrib-xlsx-to-json/package.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "node-red-contrib-xlsx-to-json",
|
||||
"version": "1.0.0",
|
||||
"description": "Node to convert an xlsx file into JSON, being able to select a tab or a specific range of excel.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Rageljimenez",
|
||||
"license": "ISC",
|
||||
"keywords": [ "node-red" ],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"xlsxtojson": "xlsx-to-json.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"convert-excel-to-json": "^1.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user