projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Attempt to fix countdown for live games. Some issues with GameStorage.add now
[vchess.git]
/
server
/
package.json
1
{
2
"name": "vchess",
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
"start": "gulp start"
7
},
8
"dependencies": {
9
"cookie-parser": "^1.4.4",
10
"debug": "^4.1.1",
11
"express": "~4.16.4",
12
"http-errors": "^1.7.3",
13
"morgan": "~1.9.1",
14
"nodemailer": "^5.1.1",
15
"pug": "^2.0.4",
16
"sanitize-html": "^1.20.1",
17
"serve-favicon": "~2.5.0",
18
"sqlite3": "^4.1.0",
19
"ws": "^6.2.1"
20
},
21
"devDependencies": {
22
"gulp-nodemon": "^2.4.2"
23
}
24
}