Created
July 10, 2017 23:49
-
-
Save CollectiveHealth-gists/15c76a5621647223f5c0ca62114f2b3a to your computer and use it in GitHub Desktop.
Development and Deployment of AWS Lambda Functions: package.json
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": "my-api", | |
"version": "1.0.0", | |
"dependencies": { | |
"assert": "1.3.0" | |
}, | |
"devDependencies": { | |
"browserify": "13.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment