msgpack
Version:
A space-efficient object serialization library for node.js
84 lines (83 loc) • 1.66 kB
JSON
{
"name": "msgpack",
"description": "A space-efficient object serialization library for node.js",
"version": "1.0.3",
"homepage": "https://github.com/msgpack/msgpack-node",
"contributors": [
{
"name": "Amos Barreto",
"url": "https://github.com/squamos"
},
{
"name": "Peter Griess",
"url": "https://github.com/pgriess",
"email": "pg@std.in"
},
{
"name": "Maxwell Krohn",
"url": "https://github.com/maxtaco"
},
{
"name": "Jaye Marshall",
"url": "https://github.com/jmars"
},
{
"name": "matthiasg",
"url": "https://github.com/matthiasg"
},
{
"name": "Christopher Mooney",
"url": "https://github.com/godsflaw",
"email": "chris@dod.net"
},
{
"name": "Michael Phan-Ba",
"url": "https://github.com/mikepb"
},
{
"name": "Bob Potter",
"url": "https://github.com/bpot"
},
{
"name": "rashfael",
"url": "https://github.com/rashfael"
},
{
"name": "Tom Taylor",
"email": "tom@tomtaylor.co.uk",
"url": "https://github.com/tomtaylor"
},
{
"name": "Brian White",
"url": "https://github.com/mscdex"
},
{
"name": "Keiji Yoshimi",
"url": "https://github.com/walf443"
}
],
"repository": {
"type": "git",
"url": "https://github.com/msgpack/msgpack-node.git"
},
"main": "./lib/msgpack",
"directories": {
"lib": "lib"
},
"dependencies": {
"nan": "^2.14.0"
},
"devDependencies": {
"nodeunit": "https://github.com/godsflaw/nodeunit/archive/master.tar.gz"
},
"engines": {
"node": ">=0.12.7"
},
"bin": {
"json2msgpack": "./bin/json2msgpack",
"msgpack2json": "./bin/msgpack2json"
},
"scripts": {
"test": "./run_tests"
}
}