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