From 4a991f71874f922a6113beb559c68dd207fa2df5 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 22 Dec 2014 15:46:24 +0200 Subject: [PATCH] Adds package.json files for our browserify modules. --- modules/RTC/package.json | 8 ++++++++ modules/statistics/package.json | 8 ++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 modules/RTC/package.json create mode 100644 modules/statistics/package.json diff --git a/modules/RTC/package.json b/modules/RTC/package.json new file mode 100644 index 000000000..b7eb98e8e --- /dev/null +++ b/modules/RTC/package.json @@ -0,0 +1,8 @@ +{ + "name": "RTC", + "version": "0.0.1", + "main": "RTC.js", + "description": "Provedes media streams and data channels utilities for Jitsi Meet", + "dependencies": { + } +} \ No newline at end of file diff --git a/modules/statistics/package.json b/modules/statistics/package.json new file mode 100644 index 000000000..d30c25f2e --- /dev/null +++ b/modules/statistics/package.json @@ -0,0 +1,8 @@ +{ + "name": "statistics", + "version": "0.0.1", + "main": "statistics.js", + "description": "Statistics module for Jitsi Meet", + "dependencies": { + } +} diff --git a/package.json b/package.json index 6061421a1..4ac498fe6 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "author": "", "readmeFilename": "README.md", "dependencies": { + "events": "*" }, "devDependencies": { - "precommit-hook": "0.3.x" }, "license": "MIT" }