projects
/
xogo.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
update
[xogo.git]
/
package.json
Commit
Line
Data
41534b92
BA
1
{
2
"dependencies": {
3
"ws": "^7.5.3"
0e466aac
4
},
0e466aac
BA
5
"scripts": {
6
"start": "./start.sh",
7
"stop": "./stop.sh"
de1421be
BA
8
},
9
"devDependencies": {
10
"chokidar": "^3.5.3"
41534b92
BA
11
}
12
}