reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
16 lines (15 loc) • 367 B
JSON
{
"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"
}
}