forked from realpdai/JavaKeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
12 lines (12 loc) · 420 Bytes
/
bower.json
File metadata and controls
12 lines (12 loc) · 420 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"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"
}