gulp-azure-translate
Version:
streaming translation tool using azure's congnitive services
36 lines (35 loc) • 831 B
JSON
{
"name": "gulp-azure-translate",
"version": "0.3.0",
"description": "streaming translation tool using azure's congnitive services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ahoran3/gulp-azure-translate",
"bugs": {
"url": "https://github.com/ahoran3/gulp-azure-translate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ahoran3/gulp-azure-translate.git"
},
"keywords": [
"gulp",
"translate",
"azure",
"cognitive",
"stream",
"gulpplugin"
],
"author": "Alex Horan",
"license": "ISC",
"dependencies": {
"axios": "^0.23.0",
"bluebird": "^3.7.2",
"jsonic": "^0.3.1",
"plugin-error": "^1.0.1",
"through2": "^4.0.2",
"vinyl": "^2.2.1"
}
}