mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Modified create plugin to support this provider template. Added templates files under the templates folder. Included tests to verify this works.
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "openwhisk-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "Sample OpenWhisk NodeJS serverless framework service.",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"postinstall": "npm link serverless-openwhisk"
|
|
},
|
|
"keywords": [
|
|
"serverless",
|
|
"openwhisk"
|
|
]
|
|
}
|