Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias)
This commit is contained in:
11
package.json
11
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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user