1
2
3
4
5
6
7
8
9
10
11
12
13
| {
| "name": "cloudbuild-email",
| "version": "0.0.1",
| "description": "Email integration for Google Cloud Build, using Google Cloud Functions",
| "main": "index.js",
| "dependencies": {
| "humanize-duration": "3.10.0",
| "mailgun-js": "^0.22.0",
| "node-fetch": "^2.5.0",
| "request": "^2.88.0",
| "request-promise-native": "^1.0.7"
| }
| }
|
|