mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "openwhisk-python",
|
|
"version": "1.0.0",
|
|
"description": "Sample OpenWhisk Python serverless framework service.",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"postinstall": "npm link serverless-openwhisk"
|
|
},
|
|
"keywords": [
|
|
"serverless",
|
|
"openwhisk"
|
|
]
|
|
}
|