Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created November 30, 2018 15:56
Show Gist options
  • Save jefBinomed/3a00f7f6d52e037d732ad84324416330 to your computer and use it in GitHub Desktop.
Save jefBinomed/3a00f7f6d52e037d732ad84324416330 to your computer and use it in GitHub Desktop.
2018-countdown-package-draw
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
// Use for the cloud storage
"@google-cloud/storage": "^1.4.0",
// A wrapper to use child_process in promise
"child-process-promise": "^2.2.1",
// Use for manipulating the realtime database
"firebase-admin": "~5.2.1",
// Mandatory for firebase cloud functions
"firebase-functions": "^0.6.2",
// A helper library for environement variables
"dotenv": "^4.0.0",
// A library to manipulate the images (compression, grayscale, ...)
"get-pixels": "^3.3.0",
// Libraries to talk with google authentication
"google-auth-library": "^0.11.0",
"googleapis": "^22.2.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment