node-red-contrib-alasql
Version:
Node-RED wrapper for AlaSQL database and XLSX import/export
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "node-red-contrib-alasql",
"version": "2.0.2",
"description": "Node-RED wrapper for AlaSQL database and XLSX import/export",
"author": "Mathias Rangel Wulff <m@rawu.dk>, Andrey Gershun <agershun@gmail.com>",
"contributors": [
"Kim McKinley <kim@lrunit.net> (http://github.com/potofcoffee2go)"
],
"scripts": {
"test-setup": "node ./test/setup",
"test": "node-red -u ./test/flotsam/userdir ./test/flotsam/userdir/alafiletests.json"
},
"dependencies": {
"alasql": "^0.7.1",
"fs-extra": "^9.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/AlaSQL/node-red-contrib-alasql"
},
"license": "MIT",
"keywords": [
"node-red",
"alasql",
"sql",
"nosql",
"database",
"excel",
"xls",
"xlsx",
"csv",
"json"
],
"node-red": {
"nodes": {
"alasql": "node-red-contrib-alasql.js",
"alafile": "node-red-contrib-alafile.js"
}
},
"prettier": {
"useTabs": true,
"printWidth": 100,
"singleQuote": true,
"arrowParens": "always",
"bracketSpacing": false,
"trailingComma": "es5"
}
}