mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
13 lines
420 B
JSON
13 lines
420 B
JSON
{
|
|
"name": "bytebuffer",
|
|
"version": "5.0.1",
|
|
"author": "Daniel Wirtz <dcode@dcode.io>",
|
|
"description": "A full-featured ByteBuffer implementation using typed arrays.",
|
|
"main": "dist/bytebuffer.js",
|
|
"keywords": ["net", "array", "buffer", "arraybuffer", "typed array", "bytebuffer", "json", "websocket", "webrtc"],
|
|
"dependencies": {
|
|
"long": "latest"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|