summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 18:03:55 +0800
committerCheng-Han, Wu2016-04-20 18:03:55 +0800
commit49b51e478fa75b8d5254662de3265edcf8906004 (patch)
tree3b09213baae129156339b5ad496924f591790e88 /package.json
parente613aeba75aec5ceb4f10ae62881a3635183857d (diff)
Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias)
Diffstat (limited to '')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 9619c1f7..2988c37d 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"chance": "^1.0.1",
"cheerio": "^0.20.0",
"compression": "^1.6.1",
- "connect-mongo": "^1.1.0",
+ "connect-session-sequelize": "^3.0.0",
"cookie": "0.2.3",
"cookie-parser": "1.4.1",
"ejs": "^2.4.1",
@@ -25,16 +25,15 @@
"highlight.js": "^9.2.0",
"imgur": "^0.1.7",
"jsdom-nogyp": "^0.8.3",
- "kerberos": "0.0.19",
"lz-string": "1.4.4",
"markdown-pdf": "^7.0.0",
"marked": "^0.3.5",
"meta-marked": "^0.4.0",
"method-override": "^2.3.5",
"moment": "^2.12.0",
- "mongoose": "^4.4.7",
"morgan": "^1.7.0",
"mustache": "2.2.1",
+ "mysql": "^2.10.2",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-dropbox-oauth2": "^1.0.0",
@@ -42,13 +41,17 @@
"passport-github": "^1.1.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.6.1",
- "pg": "4.x",
"randomcolor": "^0.4.3",
"request": "^2.69.0",
+ "pg": "^4.5.3",
+ "pg-hstore": "^2.3.2",
"reveal.js": "3.2.0",
"shortid": "2.2.4",
+ "sequelize": "^3.21.0",
"socket.io": "1.4.5",
+ "sqlite3": "^3.1.3",
"string": "^3.3.1",
+ "tedious": "^1.14.0",
"toobusy-js": "^0.4.3",
"winston": "^2.2.0"
},