{
  "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"
}
