42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "node-red-contrib-spreadsheet-in",
|
|
"version": "0.7.2",
|
|
"description": "This package provides Node-RED nodes to read data from spreadsheet (Excel, ODS, etc.) file.",
|
|
"main": "node.js",
|
|
"scripts": {
|
|
"test": "mocha \"test/**/*_spec.js\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sakai-to/node-red-contrib-spreadsheet-in.git"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"spreadsheet",
|
|
"excel"
|
|
],
|
|
"author": "sakai.to",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/sakai-to/node-red-contrib-spreadsheet-in/issues"
|
|
},
|
|
"homepage": "https://github.com/sakai-to/node-red-contrib-spreadsheet-in#readme",
|
|
"node-red": {
|
|
"nodes": {
|
|
"book": "book.js",
|
|
"sheet": "sheet.js",
|
|
"cell": "cell.js",
|
|
"sheet-to-json": "sheet-to-json.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^8.2.1",
|
|
"node-red": "^1.2.6",
|
|
"node-red-node-test-helper": "^0.2.5",
|
|
"should": "^13.2.3"
|
|
}
|
|
}
|