projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix Empire chess. Still need to finish writing Synochess rules
[vchess.git]
/
server
/
package.json
1
{
2
"name": "vchess",
3
"version": "1.0.0",
4
"private": true,
5
"scripts": {
6
"start": "gulp start"
7
},
8
"dependencies": {
9
"cookie-parser": "^1.4.5",
10
"debug": "^4.3.1",
11
"express": "^4.17.1",
12
"http-errors": "^1.8.0",
13
"morgan": "^1.10.0",
14
"node-cron": "^2.0.3",
15
"nodemailer": "^6.4.16",
16
"sanitize-html": "^2.2.0",
17
"serve-favicon": "^2.5.0",
18
"sqlite3": "^5.0.0",
19
"ws": "^7.4.1"
20
},
21
"devDependencies": {
22
"gulp-nodemon": "^2.5.0"
23
}
24
}