mirror of https://github.com/calzoneman/sync.git
Start switching to node-mysql
This commit is contained in:
parent
0ceb362f0b
commit
44d5f42a36
File diff suppressed because it is too large
Load Diff
1110
database.js
1110
database.js
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"socket.io": ">=0.9",
|
"socket.io": ">=0.9",
|
||||||
"express": ">=3.2",
|
"express": ">=3.2",
|
||||||
"mysql-libmysqlclient": "*",
|
"mysql": "2.0.0-alpha8",
|
||||||
"node_hash": "*",
|
"node_hash": "*",
|
||||||
"bcrypt": "*",
|
"bcrypt": "*",
|
||||||
"nodemailer": "*",
|
"nodemailer": "*",
|
||||||
|
|
Loading…
Reference in New Issue