reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
18 lines (17 loc) • 492 B
JSON
{
"name": "reshuffle-google-sheets-example",
"version": "1.0.0",
"description": "Examples for Google Sheets Connector",
"main": "GoogleSheetsExamples.js",
"scripts": {
"sheets": "node GoogleSheetsExamples.js",
"sheetsAutoNLP": "node GoogleSheetsSentimentAnalysisExample.js"
},
"dependencies": {
"reshuffle": "latest",
"reshuffle-google-connectors": "latest",
"reshuffle-nlp-connector": "latest"
},
"author": "Christophe Gachiniard",
"license": "ISC"
}