You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
575 B

{
"name": "msgpack-lite",
"description": "Fast Pure JavaScript MessagePack Encoder and Decoder",
"authors": [
"@kawanet"
],
"license": "MIT",
"moduleType": [
"globals"
],
"keywords": [
"buffer",
"fluentd",
"messagepack",
"msgpack",
"serialize",
"stream",
"typedarray",
"arraybuffer",
"uint8array"
],
"homepage": "https://github.com/kawanet/msgpack-lite",
"ignore": [
".*",
"Makefile",
"bin",
"bower_components",
"global.js",
"index.js",
"lib",
"node_modules",
"test"
]
}