mirror of
https://github.com/demostf/demo.js
synced 2026-06-03 16:44:12 +02:00
no longer used
This commit is contained in:
parent
9d5e599f89
commit
fc63e6b0c4
1 changed files with 11 additions and 12 deletions
23
package.json
23
package.json
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"name": "tf2-demo",
|
||||
"description": "A parser for TF2 demo files",
|
||||
"version": "0.1.0",
|
||||
"bin": {
|
||||
"demo-analyse": "./bin/analyse.js"
|
||||
},
|
||||
"main": "demo.js",
|
||||
"dependencies": {
|
||||
"bit-buffer": "icewind1991/bit-buffer",
|
||||
"buffertools": "^2.1.2",
|
||||
"minimist": "1.1.x"
|
||||
}
|
||||
"name": "tf2-demo",
|
||||
"description": "A parser for TF2 demo files",
|
||||
"version": "0.1.0",
|
||||
"bin": {
|
||||
"demo-analyse": "./bin/analyse.js"
|
||||
},
|
||||
"main": "demo.js",
|
||||
"dependencies": {
|
||||
"bit-buffer": "icewind1991/bit-buffer",
|
||||
"minimist": "1.1.x"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue