mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "openwhisk-java",
|
|
"version": "1.0.0",
|
|
"description": "Sample OpenWhisk Java serverless framework service.",
|
|
"main": "target/demo-function.jar:com.example.FunctionApp",
|
|
"keywords": [
|
|
"serverless",
|
|
"openwhisk"
|
|
],
|
|
"devDependencies": {
|
|
"serverless-openwhisk": ">=0.13.0"
|
|
}
|
|
}
|