serverless-sam
Version:
Serverless framework plugin to export AWS SAM templates for a service
13 lines (12 loc) • 350 B
JSON
{
"name": "openwhisk-node-simple-http",
"version": "0.1.0",
"description": "Example demonstrates how to setup a simple HTTP GET endpoint with OpenWhisk.",
"scripts": {
"postinstall": "npm link serverless-openwhisk",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"moment-timezone": "^0.5.11"
}
}