summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/node/package.json
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-07-29 10:03:57 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-29 10:06:38 -0700
commit6b4e11ab5074d41044e63337973ac2438ce2278e (patch)
tree0ecb8d935eb20afd56c4b0e02624aa1d9d381dcd /images/benchmarks/node/package.json
parenta6b4538ae0b0020b14c8292d98e2549719a49e4c (diff)
Port node benchmark.
PiperOrigin-RevId: 323810235
Diffstat (limited to 'images/benchmarks/node/package.json')
-rw-r--r--images/benchmarks/node/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/images/benchmarks/node/package.json b/images/benchmarks/node/package.json
new file mode 100644
index 000000000..7dcadd523
--- /dev/null
+++ b/images/benchmarks/node/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "nodedum",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "express": "^4.16.4",
+ "hbs": "^4.0.4",
+ "redis": "^2.8.0",
+ "redis-commands": "^1.2.0",
+ "redis-parser": "^2.6.0",
+ "secure-random-string": "^1.1.0"
+ }
+}