Skip to content

Instantly share code, notes, and snippets.

@grahamoregan
Created March 23, 2016 13:57
Show Gist options
  • Save grahamoregan/0d9cdb1a773e245eb10f to your computer and use it in GitHub Desktop.
Save grahamoregan/0d9cdb1a773e245eb10f to your computer and use it in GitHub Desktop.
package.json for Nuutti Kotivuori's AWS ES proxy
{
"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