Created
December 15, 2017 21:52
-
-
Save pritidesai/de27a0d0d14f6fd6aef2974477ad0788 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "hello-world-sample", | |
| "description": "Sample Node.js6 OpenWhisk action", | |
| "license": "Apache-2.0", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "dependencies": { | |
| "string-format": "0.5.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment