14 lines
353 B
JSON
Executable file
14 lines
353 B
JSON
Executable file
{
|
|
"name": "functions-framework-cpp",
|
|
"version": "1.1.0",
|
|
"description": "Functions Framework for C++.",
|
|
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"abseil",
|
|
"boost-beast",
|
|
"boost-program-options",
|
|
"boost-serialization",
|
|
"nlohmann-json"
|
|
]
|
|
}
|