Added google apis to package.json

This commit is contained in:
Paoda 2018-08-28 17:00:02 +01:00
parent 945eb6cff0
commit eb17def07a
3 changed files with 2137 additions and 0 deletions

73
.gitignore vendored Normal file
View File

@ -0,0 +1,73 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "polyglot",
"version": "1.0.0",
"description": "Rails server to run alongside https://github.com/beatriceo/polyglot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"@google-cloud/translate": "^1.1.0"
}
}

2041
yarn.lock Normal file

File diff suppressed because it is too large Load Diff