reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
15 lines (14 loc) • 352 B
JSON
{
"name": "reshuffle-google-language-example",
"version": "1.0.0",
"description": "Example for Google Translate Connector",
"main": "GoogleTranslateExample.js",
"scripts": {
"start": "node GoogleTranslateExample.js"
},
"dependencies": {
"reshuffle": "latest",
"reshuffle-google-connectors": "latest"
},
"license": "MIT"
}