Created
March 23, 2016 13:57
-
-
Save grahamoregan/0d9cdb1a773e245eb10f to your computer and use it in GitHub Desktop.
package.json for Nuutti Kotivuori's AWS ES proxy
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": "aws-es-proxy", | |
"version": "0.0.1", | |
"description": "AWS ES Proxy", | |
"author": "Nuutti Kotivuori", | |
"license": "ISC", | |
"dependencies": { | |
"aws-sdk": "~2.2.46", | |
"http-proxy": "~1.13.2", | |
"body-parser": "~1.15.0", | |
"express": "~4.13.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment