UNPKG

protobufjs-no-cli

Version:

Protocol Buffers for JavaScript. Finally.

20 lines (19 loc) 502 B
{ "name": "protobuf", "description": "Protocol Buffers for JavaScript. Finally.", "version": /*?== VERSION */, "main": "dist/protobuf.js", "license": "Apache-2.0", "homepage": "http://dcode.io/", "dependencies": { "bytebuffer": "~3" }, "keywords": ["net", "buffer", "protobuf", "serialization", "bytebuffer", "websocket", "webrtc"], "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }