msgpack4
Version:
A space-efficient object serialization library for node.js
37 lines (36 loc) • 761 B
JSON
{
"name": "msgpack4",
"description": "A space-efficient object serialization library for node.js",
"version": "0.1.9",
"homepage": "https://github.com/pgriess/node-msgpack",
"author": "Max Krohn <themax@gmail.com>",
"contributors": [
{
"name" : "Peter Griess",
"email" : "pg@std.in"
},
{
"name": "Tom Taylor",
"email": "tom@tomtaylor.co.uk"
},
{
"name": "Christopher Mooney",
"email": "chris@dod.net"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pgriess/node-msgpack.git"
},
"main": "./lib/msgpack",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.8.x"
},
"bin": {
"json2msgpack": "./bin/json2msgpack",
"msgpack2json": "./bin/msgpack2json"
}
}