{
  "name": "reshuffle-nlp-example",
  "version": "1.0.0",
  "description": "Reshuffle example for NLP",
  "main": "NLPSentimentExample.js",
  "scripts": {
    "language": "node NLPLanguageExample.js",
    "sentiment": "node NLPSentimentExample.js"
  },
  "license": "MIT",
  "dependencies": {
    "reshuffle": "latest",
    "reshuffle-nlp-connector": "latest"
  }
}
