James Thomas 2774f8d327 Adding OpenWhisk NodeJS template to create plugin.
Modified create plugin to support this provider template.
Added templates files under the templates folder.
Included tests to verify this works.
2017-01-23 13:44:38 +00:00

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"
]
}