mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Copied the pattern from the NodeJS documentation. Hopefully it all links up nicely. Issue(s): None
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"name": "serverless-google-hello-world",
|
|
"version": "0.1.0",
|
|
"description": "Hello World example for google provider with Serverless Framework.",
|
|
"main": "main.py",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "serverless.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"serverless-google-cloudfunctions": "^1.1.0"
|
|
}
|
|
}
|