aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2016-10-27 17:43:03 -0700
committerGravatar GitHub <noreply@github.com>2016-10-27 17:43:03 -0700
commit51fc01dffabf778f8dc4697db4bc33461a29683b (patch)
tree3b079b8ba7b22b210c373d1eb643110caabe6b7f /templates
parentb78062dc0d646ff8e25b2ab714cfa578da5392da (diff)
parent3620287bbe5fc9a955b0f176b48c527d931aa679 (diff)
Merge pull request #8419 from murgatroid99/node_express_benchmark
Add benchmark client and server for Node Express
Diffstat (limited to 'templates')
-rw-r--r--templates/package.json.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/package.json.template b/templates/package.json.template
index e9596d4d4c..2b3d32ec99 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -36,6 +36,8 @@
},
"devDependencies": {
"async": "^1.5.0",
+ "body-parser": "^1.15.2",
+ "express": "^4.14.0",
"google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0",
"istanbul": "^0.3.21",