mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +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",
|
"name": "tf2-demo",
|
||||||
"description": "A parser for TF2 demo files",
|
"description": "A parser for TF2 demo files",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"demo-analyse": "./bin/analyse.js"
|
"demo-analyse": "./bin/analyse.js"
|
||||||
},
|
},
|
||||||
"main": "demo.js",
|
"main": "demo.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bit-buffer": "icewind1991/bit-buffer",
|
"bit-buffer": "icewind1991/bit-buffer",
|
||||||
"buffertools": "^2.1.2",
|
"minimist": "1.1.x"
|
||||||
"minimist": "1.1.x"
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue