projects
/
xogo.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
update
[xogo.git]
/
package.json
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
{
2
"main": "server.js",
3
"dependencies": {
4
"ws": "^7.5.3"
5
},
6
"scripts": {
7
"start": "./start.sh",
8
"stop": "./stop.sh"
9
},
10
"devDependencies": {
11
"chokidar": "^3.5.3"
12
}
13
}