summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/node-ws/examples/server-stats/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xpcshell/node-ws/examples/server-stats/package.json')
-rw-r--r--testing/xpcshell/node-ws/examples/server-stats/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/xpcshell/node-ws/examples/server-stats/package.json b/testing/xpcshell/node-ws/examples/server-stats/package.json
new file mode 100644
index 0000000000..20e2029133
--- /dev/null
+++ b/testing/xpcshell/node-ws/examples/server-stats/package.json
@@ -0,0 +1,9 @@
+{
+ "author": "",
+ "name": "serverstats",
+ "version": "0.0.0",
+ "repository": "websockets/ws",
+ "dependencies": {
+ "express": "^4.16.4"
+ }
+}