This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-28 16:00:02 +00:00
|
|
|
{
|
|
|
|
"name": "polyglot",
|
|
|
|
"version": "1.0.0",
|
2018-08-30 10:49:09 +00:00
|
|
|
"description": "Node server to run alongside https://github.com/beatriceo/polyglot",
|
2018-08-28 16:00:02 +00:00
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
2018-08-29 12:24:38 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node app.js"
|
2018-08-28 16:00:02 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Paoda/node-polyglot.git"
|
|
|
|
},
|
|
|
|
"author": "Team Polyglot",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Paoda/node-polyglot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Paoda/node-polyglot#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@google-cloud/speech": "^2.0.0",
|
2018-08-29 12:24:38 +00:00
|
|
|
"@google-cloud/translate": "^1.1.0",
|
|
|
|
"dotenv": "^6.0.0",
|
2018-08-31 13:33:32 +00:00
|
|
|
"socket.io": "^2.1.1"
|
2018-08-28 16:00:02 +00:00
|
|
|
}
|
|
|
|
}
|