summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYukai Huang2016-10-08 20:02:30 +0800
committerYukai Huang2016-10-08 20:02:30 +0800
commit963a435ae1e9248b42b4665acf106dcffa549678 (patch)
tree99446e874b353d4f373df33e14582187aaa44578 /package.json
parent0be342c44d5b6287c67922758f076e7897f6c3a8 (diff)
Resolve dependency module requiring
* es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5c71cd01..3c7304ed 100644
--- a/package.json
+++ b/package.json
@@ -64,6 +64,7 @@
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"node-uuid": "^1.4.7",
+ "ot": "0.0.15",
"passport": "^0.3.2",
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",
@@ -84,6 +85,7 @@
"sequelize-cli": "^2.4.0",
"shortid": "2.2.6",
"socket.io": "1.4.8",
+ "socket.io-client": "^1.4.8",
"sqlite3": "^3.1.4",
"store": "^1.3.20",
"string": "^3.3.1",