James Thomas a287c99559 Adding PHP runtime support for OpenWhisk provider.
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00

10 lines
291 B
JSON

{
"name": "serverless-openwhisk-hello-world",
"version": "0.1.0",
"description": "Hello World example for OpenWhisk provider with Serverless Framework.",
"scripts": {
"postinstall": "npm link serverless-openwhisk",
"test": "echo \"Error: no test specified\" && exit 1"
}
}